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 |
---|
asin(3) - freebsd |
sin(3) - freebsd |
sin(3) - mojave |
sinl(3) - mojave |
asinf(3) - freebsd |