(PHP 3, PHP 4, PHP 5)
cos() は、arg のコサインを 返します。arg はラジアンです。
例 1. cos() の例
<?phpecho cos(M_PI); // -1?>
acos()、 sin()、 tan() および deg2rad() も参照ください。