(PHP 4, PHP 5, PHP 7, PHP 8)
tan —Tangent
$num
tan() returns the tangent of thenum parameter. Thenum parameter is in radians.
num
The argument to process in radians
The tangent ofnum
Example #1tan() example
<?phpechotan(M_PI_4);// 1?>