Query: __sincospi
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__SINCOSPI(3) BSD Library Functions Manual __SINCOSPI(3)NAME__sincospi -- sine-pi and cosine-pi functionSYNOPSIS#include <math.h> float __sincospif(float x, float *sinp, float *cosp); double __sincospi(double x, double *sinp, double *cosp);DESCRIPTIONThe __sincospi() function computes the sine and cosine of pi times x (measured in radians) and stores the sine in the memory pointed to by sinp and the cosine in the memory pointed to by cosp.SPECIAL VALUES__sincospi() produces the same results as separate calls to __sinpi() and __cospi().SEE ALSO__cospi(3), __sinpi(3), __tanpi(3), math(3)BSDDecember 15, 2012 BSD
Related Man Pages |
---|
__sincosf(3) - mojave |
__sinpif(3) - mojave |
__cospif(3) - osx |
__sincosf(3) - osx |
__tanpif(3) - osx |
Similar Topics in the Unix Linux Community |
---|
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
Undeletable file |
Shopt -s histappend |
To print diamond asterisk pattern based on inputs |