js如何获取x的绝对值,下面web建站小编给大家简单介绍一下实现代码!
语法介绍:
Math.abs(x) //x:必需参数,必须是一个数值(Number类型)
获取x的绝对值:
console.log(Math.abs(3.1415)); //3.1415 console.log(Math.abs(-3.1415)); //3.1415 console.log(Math.abs(null)); //0 console.log(Math.abs("abc")); //NaN console.log(Math.abs(2+3)); //undefined
js利用Math.abs()和Math.sqrt方法取绝对值
上面是“js如何获取x的绝对值”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3179.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!