Math.LOG2E
2を底としたeの対数を得る
構文
Math.LOG2E
例文
<html> <head> <title>Math.LOG2E</title> </head> <body> <!--2を底としたeの対数を得るのサンプル--> <script type="text/javascript"> document.write(Math.LOG2E); </script> </body> </html>
関連記事
- Math.tan
 - Math.atan2
 - Math.sqrt
 - Math.sin
 - Math.round
 - Math.random
 - Math.pow
 - Math.min
 - Math.max
 - Math.log
 - Math.floor
 - Math.exp
 - Math.cos
 - Math.ceil
 - Math.atan
 - Math.asin
 - Math.acos
 - Math.abs
 - Math.SQRT2
 - Math.SQRT1_2
 - Math.PI
 - Math.LOG10E
 - Math.LN2
 - Math.LN10
 - Math.E
 
スポンサーリンク





