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) - centos
sin(3) - freebsd
sinl(3) - mojave
sinf(3) - suse
sinl(3) - suse
Similar Topics in the Unix Linux Community
Language parsing
Include white spaces while using CUT command
FTP search ,grep using perl
Parsing a column of text file - best practices
Appending a column in xlsx file using Python