opendarwin man page for sin

Query: sin

OS: opendarwin

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SIN(3)							   BSD Library Functions Manual 						    SIN(3)

NAME
sin -- sine function
SYNOPSIS
#include <math.h> double sin(double x);
DESCRIPTION
The sin() function computes the sine of x (measured in radians).
SPECIAL VALUES
sin(+-0) returns +-0. sin(+-infinity) returns a NaN and raises the "invalid" floating-point exception.
SEE ALSO
acos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), sinh(3), tan(3), tanh(3), math(3)
STANDARDS
The sin() function conforms to ISO/IEC 9899:1999(E).
BSD
November 20, 2002 BSD
Related Man Pages
sin(3) - freebsd
acos(3) - opendarwin
atan2(3) - opendarwin
sinf(3) - osx
asinf(3) - freebsd
Similar Topics in the Unix Linux Community
Language parsing
Using &quot;find&quot; and &quot;-exec rm&quot; ... Just no luck :(
Using &quot;[Solved]&quot;
Csv file parsing and validating
Parsing a column of text file - best practices