当前位置:网站首页>js基础知识整理之 —— Math
js基础知识整理之 —— Math
2022-08-02 22:49:00 【猴小七儿】
Math
js为了方便开发者,进行数字的一些运算和处理,给提供了一个内置的Math对象,
在Math对象上,有些属性,属性值是对应的函数,这就组成了我们js中数学的运算方法,可以直接通过Math调用
1、Math.abs()
取数字的绝对值 (正数)
console.log(Math.abs(-3));//--->3
2、Math.ceil()
数字向上取整
3、Math.floor()
数字向下取整
4、Math.round()
获取数字进行四舍五入
5、Math.roandom()
获取0-1之间随机小数,包含0
Math.round(Math.random()*(90-60)+60);
包括60和90
6、Math.round(Math.random()*(n-m)+m);
任意数之间取整数
边栏推荐
猜你喜欢
C语言函数详解(2)【函数参数——实际参数(实参)&形式参数(形参)】
Directing a non-relational database introduction and deployment
Towards a General Purpose CNN for Long Range Dependencies in ND
centos7安装mysql5.7
VMware workstation program starts slowly
R语言自学 1 - 向量
APT level comprehensive free kill with Shell
# DWD层及DIM层构建## ,220801 ,
数字化转型巨浪拍岸,成长型企业如何“渡河”?
MySQL最大建议行数2000w, 靠谱吗?
随机推荐
Broadcast platform, the use of the node generated captcha image, and validate
Kubernetes 进阶训练营 网络
「X」to「Earn」:赛道现状与破局思路
【UE5 骨骼动画】全形体IK导致Two Bone IK只能斜着移动,不能平移
vant-swipe自适应图片高度+图片预览
MySQL最大建议行数2000w, 靠谱吗?
I have been in the software testing industry for nearly 20 years, let me talk to you about today's software testing
Rebound shell principle and implementation
Technology Sharing | How to do assertion verification for xml format in interface automation testing?
Nlog自定义时间
AcWing 2983. 玩具
MYSQL查看表结构
Based on two levels of decomposition and the length of the memory network multi-step combined forecasting model of short-term wind speed
虚拟内存 virualmemory
令人心动的AI综述(1)
一个很少见但很有用的SQL功能
工业元宇宙的价值和发展
MySQL 与InnoDB 下的锁做朋友 (四)行锁/记录锁
测试人生 | 阿里实习 90 天:从实习生的视角谈谈个人成长
Shunted Self-Attention via Multi-Scale Token Aggregation