Previous: Reentrancy, Up: Top
acos
: acosacosf
: acosacosh
: acoshacoshf
: acoshasin
: asinasinf
: asinasinh
: asinhasinhf
: asinhatan
: atanatan2
: atan2atan2f
: atan2atanf
: atanatanh
: atanhatanhf
: atanhcbrt
: cbrtcbrtf
: cbrtceil
: floorceilf
: floorcopysign
: copysigncopysignf
: copysigncos
: sincosf
: sinerf
: erferfc
: erferfcf
: erferff
: erfexp
: expexpf
: expexpm1
: expm1expm1f
: expm1fabs
: fabsfabsf
: fabsfinite
: isnanfinitef
: isnanfloor
: floorfloorf
: floorfmod
: fmodfmodf
: fmodfrexp
: frexpfrexpf
: frexpgamma
: gammagamma_r
: gammagammaf
: gammagammaf_r
: gammahypot
: hypothypotf
: hypotilogb
: ilogbilogbf
: ilogbinfinity
: infinityinfinityf
: infinityisinf
: isnanisinff
: isnanisnan
: isnanisnanf
: isnanj0
: jNj0f
: jNj1
: jNj1f
: jNjn
: jNjnf
: jNldexp
: ldexpldexpf
: ldexplgamma
: gammalgamma_r
: gammalgammaf
: gammalgammaf_r
: gammalog
: loglog10
: log10log10f
: log10log1p
: log1plog1pf
: log1plogf
: logmatherr
: matherrmatherr
and reentrancy: Reentrancymodf
: modfmodff
: modfnan
: nannanf
: nannextafter
: nextafternextafterf
: nextafterpow
: powpowf
: powremainder
: remainderremainderf
: remainderscalbn
: scalbnscalbnf
: scalbnsin
: sinsinf
: sinsinh
: sinhsinhf
: sinhsqrt
: sqrtsqrtf
: sqrttan
: tantanf
: tantanh
: tanhtanhf
: tanhy0
: jNy0f
: jNy1
: jNy1f
: jNyn
: jNynf
: jNacos
, acosf
—arc cosine
acosh
, acoshf
—inverse hyperbolic cosine
asin
, asinf
—arc sine
asinh
, asinhf
—inverse hyperbolic sine
atan
, atanf
—arc tangent
atan2
, atan2f
—arc tangent of y/x
atanh
, atanhf
—inverse hyperbolic tangent
jN
, jNf
, yN
, yNf
—Bessel functions
cbrt
, cbrtf
—cube root
copysign
, copysignf
—sign of y, magnitude of x
cosh
, coshf
—hyperbolic cosine
erf
, erff
, erfc
, erfcf
—error function
exp
, expf
—exponential
expm1
, expm1f
—exponential minus 1
fabs
, fabsf
—absolute value (magnitude)
floor
, floorf
, ceil
, ceilf
—floor and ceiling
fmod
, fmodf
—floating-point remainder (modulo)
frexp
, frexpf
—split floating-point number
gamma
, gammaf
, lgamma
, lgammaf
, gamma_r
,
hypot
, hypotf
—distance from origin
ilogb
, ilogbf
—get exponent of floating-point number
infinity
, infinityf
—representation of infinity
isnan
, isnanf
, isinf
, isinff
, finite
, finitef
—test for exceptional numbers
ldexp
, ldexpf
—load exponent
log
, logf
—natural logarithms
log10
, log10f
—base 10 logarithms
log1p
, log1pf
—log of 1 +
x
matherr
—modifiable math error handler
modf
, modff
—split fractional and integer parts
nan
, nanf
—representation of “Not a Number”
nextafter
, nextafterf
—get next number
pow
, powf
—x to the power y
remainder
, remainderf
—round and remainder
scalbn
, scalbnf
—scale by power of two
sqrt
, sqrtf
—positive square root
sin
, sinf
, cos
, cosf
—sine or cosine
sinh
, sinhf
—hyperbolic sine
tan
, tanf
—tangent
tanh
, tanhf
—hyperbolic tangent
libm