LMath

Description Math functions
Header file LMath.h
Author Camil Demetrescu
Created Dec 19, 2001
Last updated Sep 25, 2003

 

Contents


Interface

Functions

f8    LMath_Cos   (f8 c);
f8    LMath_Sin   (f8 c);
f8    LMath_Tan   (f8 c);
f8    LMath_ASin  (f8 c);
f8    LMath_ACos  (f8 c);
f8    LMath_ATan  (f8 c);
f8    LMath_ATan2 (f8 c, f8 d);
f8    LMath_Cosh  (f8 c);
f8    LMath_Sinh  (f8 c);
f8    LMath_Tanh  (f8 c);
f8    LMath_Exp   (f8 c);
f8    LMath_Log   (f8 c);
f8    LMath_Log10 (f8 c);
f8    LMath_FAbs  (f8 c);
f8    LMath_Sqrt  (f8 c);
f8    LMath_Pow   (f8 c, f8 d);
f8    LMath_Ceil  (f8 c);
f8    LMath_Floor (f8 c);
f8    LMath_FRExp (f8 c, i4* d);
f8    LMath_LDExp (f8 c, i4 d);
f8    LMath_FMod  (f8 c, f8 d);
f8    LMath_Modf  (f8 c, f8* d);

Description
The class provides C wrappers for the <math.h> standard C functions.


Revision history


Leonardo Developer Documentation
Last updated: Dec 19, 2001