|
exp
|
returns the base e raised to the power of the argument
|
|
frexp
|
splits a floating-point number into a normalized fraction and an integral power of 2
|
|
ldexp
|
multiplies a floating-point number by an integral power of 2
|
|
log
|
returns the natural logarithm of the argument
|
|
log10
|
returns the base-ten logarithm of the argument
|
|
modf
|
breaks the argument into integral and fractional parts
|