sind.3m (2010 09)

s
sind(3M) sind(3M)
NAME
sind( ), sindf( ), sindl( ), sindw( ), sindq( ) - sine functions of argument specified in degrees
SYNOPSIS
#include <math.h>
double sind(double x);
float sindf(float x);
HP Integrity Server Only
long double sindl(long double x);
extended sindw(extended x);
quad sindq(quad x);
DESCRIPTION
sind() returns the sine of x (x specified in degrees).
On PA-RISC systems,
sind() may lose accuracy when x is far from zero.
sindf() is a float version of sind(); it takes a
float argument and returns a float result.
Integrity Server Only
sindl() is a long double version of sind(); it takes a long double argument and returns a
long double result.
sindw() is an extended version of sind(); it takes an extended argument and returns an
extended result.
sindq() is equivalent to sindl() on HP-UX systems.
USAGE
To use these functions compile either with the default
-Ae option or with the
-Aa and
-D_HPUX_SOURCE options.
To use (for Integrity servers)
sindw() or sindq(), compile also with the -fpwidetypes option.
To use any of these functions, make sure your program includes
<math.h>, and link in the math library
by specifying -lm on the compiler or linker command line.
For more information, see the HP-UX floating-point guide for HP Integrity servers at the following site:
http://www.hp.com/go/fp
.
RETURN VALUE
If x is ±INFINITY,
sind() returns NaN and raises the invalid exception.
If x is NaN,
sind() returns NaN. If x is NaN or ±INFINITY,
sind() returns NaN.
ERRORS
No errors are defined.
SEE ALSO
acosd(3M), asind(3M), atand(3M), atan2d(3M), cosd(3M), sin(3M), sincosd(3M), tand(3M), math(5).
STANDARDS CONFORMANCE
These functions are not specified by any standard.
HP-UX 11i Version 3: September 2010 1 Hewlett-Packard Company 1

Summary of content (2 pages)