Next: Limits < limits.h>
Up: Common System Routines
Previous: Utility Functions: <
- sin
-
sine
- cos
-
cosine
- tan
-
tangent
- asin
-
arc sine
- acos
-
arc cosine
- atan
-
arc tangent, range first quadrant
- atan2
-
arc tangent, range two quadrants
- sinh
-
hyperbolic sine
- cosh
-
hyperbolic cosine
- tanh
-
hyperbolic tangent
- exp
-
exponential
- log
-
natural logarithm
- log10
-
base 10 logarithm
- pow
-
yth power of x
- sqrt
-
square root
- ceil
-
smallest whole number greater than x
- floor
-
largest whole number less than x
- fabs
-
absolute value of a floating point
- ldexp
-
generates a base 2 fraction times an exponent
- frexp
-
splits a number into a base 2 fraction and an exponent
- modf
-
splits a number into fractional and integral parts
- fmod
-
floating point remainder of x / y, x and y are double
Tep Dobry
Mon Dec 9 05:56:25 HST 1996