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