欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JavaScript中的Math.LOG2E屬性使用詳解

 更新時間:2015年06月14日 11:41:36   投稿:goldensun  
這篇文章主要介紹了JavaScript中的Math.LOG2E屬性使用詳解,是JS入門學(xué)習(xí)中的基礎(chǔ)知識,需要的朋友可以參考下

 這將返回基數(shù)2的對數(shù)e,大約是 1.442.
語法

Math.LOG2E

例子:

<html>
<head>
<title>JavaScript Math LOG2E Property</title>
</head>
<body>
<script type="text/javascript">
  var property_value = Math.LOG2E
  document.write("Property Value is : " + property_value); 
</script>
</body>
</html>

這將產(chǎn)生以下結(jié)果:

Property Value is : 1.4426950408889633 

相關(guān)文章

最新評論