Mega Code Archive

 
Categories / Php / Math
 

Float tan ( float num ) calculates the tangent value of the number

<?     $tan1 = tan(10);     $tan2 = tan(deg2rad(80)); ?>