以下是示例数学log()方法。
- 例子: filter_none
编辑
关
play_arrow
链接
亮度_4
代码
< script type = "text/javascript" > document.write("When zero is passed as a parameter: " + Math.log(0)); < / script >
chevron_right 【JavaScript Math log()方法介绍】
filter_none
- 输出如下:
When zero ispassed as a parameter: -Infinity
log()是Math的静态方法, 因此, 始终将其用作Math.log(), 而不是用作创建的Math对象的方法。
语法如下:
Math.log(value)
参数:该方法接受如上所述和以下描述的单个参数:
- 值:此参数包含你要查找其自然对数的数字。
上述方法的更多代码如下:
程序1:当传递" -1"作为参数时。
<
script type= "text/javascript" >
document.write( "Result: " + Math.log(-1));
<
/script>
输出如下:
Output : NaN
计划12:当传递" 10"作为参数时。
<
script type= "text/javascript" >
document.write( "Result : " + Math.log(10));
<
/script>
输出如下:
Result : 2.302585092994046
程式3:用不同的底数计算Math.log()。要找到以2为底的对数8, 请按以下方式执行math.log()方法:
<
script type= "text/javascript" >
document.write( "Result : " + Math.log(8)/Math.log(2));
<
/script>
输出如下:
Output : 3
支持的浏览器:
- 谷歌浏览器
- IE浏览器
- 火狐浏览器
- 歌剧
- 苹果浏览器
推荐阅读
- 组合博弈论 4(Sprague – Grundy定理)
- 算法设计(金矿问题解析和代码实现)
- 算法设计(扔鸡蛋问题 – 动态规划)
- Python MongoDB –查找数据用法介绍
- jQuery :最后一个子元素选择器用法介绍
- 优先队列(priority queue)和堆(heap)详解(二叉堆、d-堆、左式堆、斜堆和二项堆)
- vue filters过滤器的理解和使用
- vue各种属性的意义详细分析
- 运行gulp错误gulp[22202]src node_contextify.cc 626 static void