sin
(PHP 4, PHP 5, PHP 7, PHP 8)
sin — 正弦(サイン)
パラメータ
num
-
ラジアンで表した値。
戻り値
num
のサインを返します。
例
例1 sin() の例
<?php
// 結果の精度は、指定によります。
echo sin(deg2rad(60)); // 0.866025403 ...
echo sin(60); // -0.304810621 ...
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google