属性

欧拉常数,也是自然对数的底数, 约等于 2.718.
2的自然对数, 约等于0.693.
10的自然对数, 约等于 2.303.
以2为底E的对数, 约等于 1.443.
以10为底E的对数, 约等于 0.434.
圆周率,一个圆的周长和直径之比,约等于 3.14159.
1/2的平方根, 约等于 0.707.
2的平方根,约等于 1.414.
返回x的绝对值.
返回x的反余弦值.
返回x的反双曲余弦值.
返回x的反正弦值.
返回x的反双曲正弦值.
以介于 -PI/2 与 PI/2 弧度之间的数值来返回 x 的反正切值.
返回 x 的反双曲正切值.
返回 y/x 的反正切值.
返回x的立方根.
返回x向上取整后的值.
Returns the number of leading zeroes of a 32-bit integer.
返回x的余弦值.
返回x的双曲余弦值.
返回 Ex, 当x为参数,  E 是欧拉常数 (2.718...), 自然对数的底.
返回 exp(x)-1 的值.
返回小于x的最大整数。
Returns the nearest single precision float representation of a number.
Returns the square root of the sum of squares of its arguments.
Returns the result of a 32-bit integer multiplication.
Returns the natural logarithm (loge, also ln) of a number.
Returns the natural logarithm of 1 + x (loge, also ln) of a number.
Returns the base 10 logarithm of x.
Returns the base 2 logarithm of x.
返回0个到多个数值中最大值.
返回0个到多个数值中最小值.
返回x的y次幂.
返回0到1之间的伪随机数.
返回四舍五入后的整数.
返回x的符号函数, 判定x是正数,负数还是0.
返回正弦值.
返回x的双曲正弦值.
返回x的平方根.
返回x的正切值.
返回x的双曲正切值.
Math.toSource() 
返回字符串 "Math".
返回x的整数部分,去除小数. 

最新文章

  1. MySQL慢查询Explain Plan分析
  2. iOS 简单滤镜
  3. JAVA判断各种类型数据是否为空
  4. Cocos2d-x 3.2 项目源代码从Mac打包到安卓教程【转自:http://www.2cto.com/kf/201410/342649.html】
  5. Java Socket网络编程的经典例子(转)
  6. HBase的RowKey设计原则
  7. 程序4-5 打开一个文件,然后unlink
  8. 44. log(n)求a的n次方[power(a,n)]
  9. PHPExcel读取excel文件示例
  10. com.sun.crypto.provider.SunJCE
  11. .NET 可选择的转型路径(转)
  12. java23中设计模式
  13. C#算法基础之冒泡排序
  14. TCP三次握手和四次挥手具体解释
  15. Linux(二十二)Ubuntu安装和配置
  16. 你想知道的3D Touch开发全在这里了
  17. [Swift]LeetCode477. 汉明距离总和 | Total Hamming Distance
  18. SQL语句中不同的连接JOIN
  19. python——jieba分词过程
  20. Spring Boot 注解配置 day03

热门文章

  1. EBS 追前台最后一个执行的sql
  2. ASP.NET MVC中使用DropDownList
  3. C# 科学计数法转换成数字
  4. font-family 字体
  5. Multi-armed Bandit Problem与增强学习的联系
  6. python实验二:字符串排序
  7. jQuery Mobile 网格布局
  8. Android环境配置及运行helloWord案例
  9. windows无法停用“Android Composite Interface”设备的解决方法
  10. 利用Jurassic在.net下运行js函数