(PHP 3, PHP 4, PHP 5)
cos() は、arg のコサインを 返します。arg はラジアンです。
arg
ラジアンで表した角度。
arg のコサインを返します。
例 1. cos() の例
<?phpecho cos(M_PI); // -1?>