cos(3) php man page | unix.com

Man Page: cos

Operating Environment: php

Section: 3

COS(3)									 1								    COS(3)

cos - Cosine

SYNOPSIS
float cos (float $arg)
DESCRIPTION
cos(3) returns the cosine of the $arg parameter. The $arg parameter is in radians.
PARAMETERS
o $arg - An angle in radians
RETURN VALUES
The cosine of $arg
EXAMPLES
Example #1 cos(3) example <?php echo cos(M_PI); // -1 ?>
SEE ALSO
acos(3), sin(3), tan(3), deg2rad(3). PHP Documentation Group COS(3)
Related Man Pages
cosf(3) - linux
cosf(3) - mojave
cosl(3) - suse
cos(3) - netbsd
cos(3) - osx
Similar Topics in the Unix Linux Community
Mac OS X
Email ids from gecos
Terminal running bash/rsync script does not close with exit (MacOS High SIerra)
Issue with shutdown command in script (MacOS High Sierra)
Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python