在JavaScript中使用对数Math.log()方法的教程
这个方法返回一个数的自然对数(底数是E)。如果数的值是负的,则返回值始终为NaN。
语法
Math.log(x);
下面是参数的详细信息:
- x:一个数字.
返回值:
- 返回一个数字的自然对数(底数为E)。
例子:
<html>
<head>
<title>JavaScriptMathlog()Method</title>
</head>
<body>
<scripttype="text/javascript">
varvalue=Math.log(10);
document.write("FirstTestValue:"+value);
varvalue=Math.log(0);
document.write("<br/>SecondTestValue:"+value);
varvalue=Math.log(-1);
document.write("<br/>ThirdTestValue:"+value);
varvalue=Math.log(100);
document.write("<br/>FourthTestValue:"+value);
</script>
</body>
</html>
这将产生以下结果:
FirstTestValue:2.302585092994046 SecondTestValue:-Infinity ThirdTestValue:NaN FourthTestValue:4.605170185988092
热门推荐
10 关于孩子毕业祝福语简短
11 祝福语医生文案简短英文
12 未来婆婆新婚祝福语简短
13 工作祝福语男士大全简短
14 长辈生日横幅祝福语简短
15 重逢时的祝福语简短
16 领证祝福语高级文案简短
17 长辈生日欢快祝福语简短
18 韩语学生毕业祝福语简短