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