(PHP 3, PHP 4, PHP 5)
tan() は、arg のタンジェントを 返します。arg はラジアンです。
arg
処理する引数をラジアンで表したもの。
arg のタンジェントを返します。
例 1. tan() の例
<?phpecho tan(M_PI_4); // 1?>