sunos man page for sincosf

Query: sincosf

OS: sunos

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sincos(3M)						  Mathematical Library Functions						sincos(3M)

NAME
sincos, sincosf, sincosl - combined sine and cosine function
SYNOPSIS
cc [ 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);
DESCRIPTION
These functions compute the sine and cosine of the first argument x, measured in radians.
RETURN VALUES
Upon successful completion, these functions return the sine of x in *s and cosine of x in *c.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
cos(3M), sin(3M), math.h(3HEAD), attributes(5) SunOS 5.10 1 Nov 2003 sincos(3M)
Related Man Pages
sincosl(3) - centos
sincos(3) - centos
sincos(3m) - sunos
sincos(3m) - opensolaris
sincos(3) - plan9
Similar Topics in the Unix Linux Community
The 500 Mile Email
How to convert number to english?
Once upon an uptime.
Using awk to remove lines from file that match text
UNIX Environment Setup - (Just starting!)