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
asin(3) - freebsd
sin(3) - freebsd
sin(3) - mojave
sinl(3) - mojave
asinf(3) - freebsd
Similar Topics in the Unix Linux Community
Language parsing
Include white spaces while using CUT command
Need to create a simple script using MD5, SSH...
Help me pls : splitting single file in unix into different files based on data
Appending a column in xlsx file using Python