Math.LOG10E

10を底としたeの対数を得る

構文

Math.LOG10E

例文

<html>
<head>
<title>Math.LOG10E</title>
</head>

<body>

<!--10を底としたeの対数を得るのサンプル-->
<script type="text/javascript">
document.write(Math.LOG10E);
</script>

</body>
</html>

関連記事

スポンサーリンク

Raspberry Piの選び方・用途別のおすすめモデル

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

上に戻る