Query: tan
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAN(3) 1 TAN(3) tan - TangentSYNOPSISfloat tan (float $arg)DESCRIPTIONtan(3) returns the tangent of the $arg parameter. The $arg parameter is in radians.PARAMETERSo $arg - The argument to process in radiansRETURN VALUESThe tangent of $argEXAMPLESExample #1 tan(3) example <?php echo tan(M_PI_4); // 1 ?>SEE ALSOatan(3), atan2(3), sin(3), cos(3), tanh(3), deg2rad(3). PHP Documentation Group TAN(3)
Related Man Pages |
---|
tan(3) - centos |
tanf(3) - netbsd |
tan(3) - osx |
tanf(3) - osx |
tanl(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
lack of understanding > annoying error |
How do you convert scientific time to standard |
need help understanding mv |
AWK - Hard to understand for me |
Shell script help [was Tanmoy] |