![]() | Macro Programming | ![]() |
#include <math.h>
Static Public Member Functions | |
static double | acos (double a) |
acos | |
static double | asin (double a) |
asin | |
static double | atan (double a) |
atan | |
static double | cos (double a) |
cos | |
static double | cosh (double a) |
cosh | |
static double | exp (double a) |
exp | |
static double | log (double a) |
log | |
static double | log10 (double a) |
log10 | |
static double | pow (double a, double b) |
pow | |
static double | sin (double a) |
sin | |
static double | sinh (double a) |
sinh | |
static double | sqrt (double a) |
sqrt | |
static double | tan (double a) |
tan | |
static double | tanh (double a) |
tanh | |
Static Public Attributes | |
static const | double |
sqrt1_2 | |
static const double | e |
constant e | |
static const double | ln10 |
ln10 | |
static const double | ln2 |
ln2 | |
static const double | log10e |
log10e | |
static const double | log2e |
log2e | |
static const double | pi |
constant PI |
class to access math functions
static const math::double [static] |
sqrt1_2
const double math::ln10 [static] |
ln10
const double math::log10e [static] |
log10e
const double math::log2e [static] |
log2e