mojave man page for __sincospif

Query: __sincospif

OS: mojave

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 function
SYNOPSIS
#include <math.h> float __sincospif(float x, float *sinp, float *cosp); double __sincospi(double x, double *sinp, double *cosp);
DESCRIPTION
The __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)
BSD
December 15, 2012 BSD
Related Man Pages
__cospif(3) - mojave
__sinpi(3) - mojave
__cospi(3) - osx
__cospif(3) - osx
__sinpif(3) - osx
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
UNIX tool on MacOS that can increase resolution of a file
Controlling user input
Python 3.8.0rc1 released.