正接(タンジェント)
$num
tan は、num のタンジェントを 返します。num はラジアンです。
num
処理する引数をラジアンで表したもの。
num のタンジェントを返します。
例1 tan の例
<?php echo tan(M_PI_4); // 1 ?>