tan
(PHP 4, PHP 5)
tan — 正切
说明
float tan ( float $arg )tan() 返回参数 arg 的正切值。参数 arg 的单位为弧度。
     
       Example #1 tan()
<?php
      
     
    
echo tan(M_PI_4); // 1
?>
(PHP 4, PHP 5)
tan — 正切
tan() 返回参数 arg 的正切值。参数 arg 的单位为弧度。
     
       Example #1 tan()
<?php
      
     
    
echo tan(M_PI_4); // 1
?>