Query: sincosl
OS: opensolaris
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sincos(3M) Mathematical Library Functions sincos(3M)NAMEsincos, sincosf, sincosl - combined sine and cosine functionSYNOPSISc99 [ flag... ] file... -lm [ library... ] #include <math.h> void sincos(double x, double *s, double *c); void sincosf(float x, float *s, float *c); void sincosl(long double x, long double *s, long double *c);DESCRIPTIONThese functions compute the sine and cosine of the first argument x, measured in radians.RETURN VALUESUpon successful completion, these functions return the sine of x in *s and cosine of x in *c.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOcos(3M), sin(3M), math.h(3HEAD), attributes(5) SunOS 5.11 12 Jul 2006 sincos(3M)
| Related Man Pages |
|---|
| sincosl(3) - centos |
| sincosf(3) - centos |
| sincos(3m) - sunos |
| sincosl(3m) - opensolaris |
| sincos(3) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| What does this mean? |
| PHP Man Pages Now Available (Over 10,000) |
| Study UNIX Kernel |
| Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |