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