(PHP 4, PHP 5, PHP 7)
tan — 正切
$arg
tan() 返回参数 arg 的正切值。参数 arg 的单位为弧度。
arg
要处理的以弧度为单位的参数
arg 的正切值
Example #1 tan() 例子
<?phpecho tan(M_PI_4); // 1?>