php man page for sin

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 - Sine

SYNOPSIS
float sin (float $arg)
DESCRIPTION
sin(3) returns the sine of the $arg parameter. The $arg parameter is in radians.
PARAMETERS
o $arg - A value in radians
RETURN VALUES
The sine of $arg
EXAMPLES
Example #1 sin(3) example <?php // Precision depends on your precision directive echo sin(deg2rad(60)); // 0.866025403 ... echo sin(60); // -0.304810621 ... ?>
SEE ALSO
asin(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
Similar Topics in the Unix Linux Community
Need to create a simple script using MD5, SSH...
Help me pls : splitting single file in unix into different files based on data
FTP search ,grep using perl
Parsing a column of text file - best practices
Appending a column in xlsx file using Python