(3M) - Math library routines

Intro
introduction to math library routines
acos
return the arccosine of an argument in radians
acosf
return the single-precision arccosine of an argument in radians
acosh
return inverse hyperbolic cosine of argument
asin
return the arcsine of an argument in radians
asinf
return the single-precision arcsine of an argument in radians
asinh
return inverse hyperbolic sine of argument
atan
return the arctangent of an argument in radians
atan2
return the arctangent of an argument in radians
atan2f
return the single-precision arctangent of an argument in radians
atanf
return the single-precision arctangent of an argument in radians
atanh
return inverse hyperbolic tangent of argument
bessel
Bessel functions
cbrt
cube root function
ceil
return smallest integer not smaller than x
ceilf
return smallest integer not smaller than x
copysign
return x with the sign of y
cos
return the cosine of an argument in radians
cosf
return the single-precision cosine of an argument in radians
cosh
return hyperbolic cosine of argument
coshf
return single-precision hyperbolic cosine of argument
erf
error function
erfc
complementary error function
exp
exponential, logarithm, power, square root functions
expf
exponential function
expm1
exponential function
fabs
return the absolute value of x, |x|
fabsf
return the absolute value of x, |x|
floor
return largest integer not greater than x
floorf
return largest integer not greater than x
fmod
return the floating point remainder of the division of x by y
fmodf
return the floating point remainder of the division of x by y
gamma
log gamma functions
hypot
Euclidean distance function
j0
Bessel functions
j1
Bessel functions
jn
Bessel functions
lgamma
log gamma function
log
logarithm function
log10
logarithm function
log10f
logarithm function
log1p
logarithm function
logf
logarithm function
matherr
error-handling function
pow
power function
powf
power function
remainder
return floating point remainder of division of x by y
rint
return nearest integer value to floating point argument x
signgam
storage for sign of lgamma
sin
return the sine of an argument in radians
sinf
return the single-precision sine of an argument in radians
sinh
return hyperbolic sine of argument
sinhf
return single-precision hyperbolic sine of argument
sqrt
square root function
sqrtf
square root function
tan
return the tangent of an argument in radians
tanf
return the single-precision tangent of an argument in radians
tanh
return hyperbolic tangent of argument
tanhf
return single-precision hyperbolic tangent of argument
trig
trigonometric functions
y0
Bessel functions
y1
Bessel functions
yn
Bessel functions