| United States-English |
|
|
|
![]() |
HP-UX 11i Version 1.5 Reference Volume 4, Section 3: Libraries > ccosd(3M) |
|
NAMEcosd(), cosdf(), cosdl(), cosdw(), cosdq() — degree-valued cosine functions DESCRIPTIONcosd() returns the degree-valued cosine of x (x specified in degrees). cosd() may lose accuracy when x is far from zero. cosdf() is a float version of cosd(); it takes a float argument and returns a float result. USAGETo use these functions compile either with the default -Ae option or with the -Aa and -D_HPUX_SOURCE options. To use (for IA-64 systems) cosdw() or cosdq(), 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. RETURN VALUEcosd(±0) returns 1. If x is ±INFINITY, cosd() returns NaN and raises the invalid exception. If x is NaN, cosd() returns NaN. |
||||||||||||||||||||||||||||
|
|||||||||||||||