(PHP 4, PHP 5)
tan — 正切
$arg
tan() 返回参数 arg 的正切值。参数 arg 的单位为弧度。
arg
Example #1 tan()
<?phpecho tan(M_PI_4); // 1?>
参见: atan()、 sin()、 cos()和 deg2rad()。