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>

関連記事

スポンサーリンク

SQLite管理ツールの一覧

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る