Math.E

自然対数(e)の値を得る

構文

Math.E

例文

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

<body>

<!--自然対数(e)の値を得るのサンプル-->
<script type="text/javascript">
document.write(Math.E);
</script>

</body>
</html>

関連記事

スポンサーリンク

php.ini が見つからない時

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

上に戻る