| A | |||
acos -- arc cosine function ( ) |
|||
acosh -- inverse hyperbolic cosine function ( ) |
|||
asin -- arc sine function ( ) |
|||
asinh -- inverse hyperbolic sine function ( ) |
|||
atan2 -- arc tangent function of two variables ( ) |
|||
atan -- arc tangent function of one variable ( ) |
|||
atanh -- inverse hyperbolic tangent function ( ) |
|||
| C | |||
cabs -- euclidean distance and complex absolute value functions ( ) |
|||
cbrt -- cube root and square root functions ( ) |
|||
ceil -- smallest integral value not less than x ( ) |
|||
copysign -- IEEE 754 floating point support ( ) |
|||
cos -- cosine function ( ) |
|||
cosh -- hyperbolic cosine function ( ) |
|||
| D | |||
drem -- IEEE 754 floating point support ( ) |
|||
| E | |||
erf -- error function operators ( ) |
|||
erfc -- error function operators ( ) |
|||
exp -- exponential, logarithm, power functions ( ) |
|||
expm1 -- exponential, logarithm, power functions ( ) |
|||
| F | |||
finite -- IEEE 754 floating point support ( ) |
|||
floor -- largest integral value not greater than x ( ) |
|||
fmod -- floating-point remainder function ( ) |
|||
| G | |||
gamma -- log gamma function, gamma function ( ) |
|||
| H | |||
hypot -- euclidean distance and complex absolute value functions ( ) |
|||
| I | |||
infnan -- signals invalid floating point operations ( ) |
|||
| J | |||
j0 -- Bessel functions of the first and second types ( ) |
|||
j1 -- Bessel functions of the first and second types ( ) |
|||
jn -- Bessel functions of the first and second types ( ) |
|||
| L | |||
lgamma -- log gamma function, gamma function ( ) |
|||
log10 -- exponential, logarithm, power functions ( ) |
|||
log -- exponential, logarithm, power functions ( ) |
|||
log1p -- exponential, logarithm, power functions ( ) |
|||
logb -- IEEE 754 floating point support ( ) |
|||
| M | |||
math -- introduction to mathematical library functions ( ) |
|||
| P | |||
pow -- exponential, logarithm, power functions ( ) |
|||
| R | |||
rint -- round to closest integer functions ( ) |
|||
| S | |||
scalb -- IEEE 754 floating point support ( ) |
|||
sin -- sine function ( ) |
|||
sinh -- hyperbolic sine function ( ) |
|||
sqrt -- cube root and square root functions ( ) |
|||
| T | |||
tan -- tangent function ( ) |
|||
tanh -- hyperbolic tangent function ( ) |
|||
| Y | |||
y0 -- Bessel functions of the first and second types ( ) |
|||
y1 -- Bessel functions of the first and second types ( ) |
|||
yn -- Bessel functions of the first and second types ( ) |
|||