Definition: The Tan () function is a mathematical function used to calculate the tangent of a given number. The result is returned in radians. It is phrased as: Tan (your_number) ;
Also Known As: Tangent, Tan
Examples:
<?php
echo tan(M_PI_2) ;
?>
This returns a value of 1



