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)NAMEsin -- sine functionSYNOPSIS#include <math.h> double sin(double x);DESCRIPTIONThe sin() function computes the sine of x (measured in radians).SPECIAL VALUESsin(+-0) returns +-0. sin(+-infinity) returns a NaN and raises the "invalid" floating-point exception.SEE ALSOacos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), sinh(3), tan(3), tanh(3), math(3)STANDARDSThe sin() function conforms to ISO/IEC 9899:1999(E).BSDNovember 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 "find" and "-exec rm" ... Just no luck :( |
Using "[Solved]" |
Csv file parsing and validating |
Parsing a column of text file - best practices |