Query: sin
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SIN(3) 1 SIN(3) sin - SineSYNOPSISfloat sin (float $arg)DESCRIPTIONsin(3) returns the sine of the $arg parameter. The $arg parameter is in radians.PARAMETERSo $arg - A value in radiansRETURN VALUESThe sine of $argEXAMPLESExample #1 sin(3) example <?php // Precision depends on your precision directive echo sin(deg2rad(60)); // 0.866025403 ... echo sin(60); // -0.304810621 ... ?>SEE ALSOasin(3), sinh(3), cos(3), tan(3), deg2rad(3). PHP Documentation Group SIN(3)
Related Man Pages |
---|
sin(3) - suse |
sinl(3) - suse |
sin(3) - osx |
sinf(3) - osx |
sinl(3) - freebsd |