Using the C Math Library    

Elementary Math Functions

Trignometric Functions 
Function
Purpose
mlfAcosh
Inverse hyperbolic cosine.
mlfAcot
Inverse cotangent.
mlfAcoth
Inverse hyperbolic cotangent.
mlfAcsc
Inverse cosecant.
mlfAcsch
Inverse hyperbolic cosecant.
mlfAsec
Inverse secant.
mlfAsech
Inverse hyperbolic secant.
mlfAsinh
Inverse hyperbolic sine.
mlfAtanh
Inverse hyperbolic tangent.
mlfCosh
Hyperbolic cosine.
mlfCot
Cotangent.
mlfCoth
Hyperbolic cotangent.
mlfCsc
Cosecant.
mlfCsch
Hyperbolic cosecant.
mlfSec
Secant.
mlfSech
Hyperbolic secant.
mlfSinh
Hyperbolic sine.
mlfTanh
Hyperbolic tangent.

Exponential Functions 
Function
Purpose
mlfLog10
Common (base 10) logarithm.
mlfNextpow2
Next higher power of 2.

Complex Functions 
Function
Purpose
mlfAngle
Phase angle.
mlfCplxpair
Sort numbers into complex conjugate pairs.
mlfUnwrap
Remove phase angle jumps across 360° boundaries.

Rounding and Remainder Functions 
Function
Purpose
mlfMod
Modulus (signed remainder after division).


  Specialized Math Functions