|
Y-lib
Loadrunner libraries
|
Mathematic functions (defined in cmath.h) More...
Mathematic functions (defined in cmath.h)
| int abs | ( | int | n | ) |
Documented at http://www.cplusplus.com/reference/cstdlib/abs/.
| double ceil | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/ceil/.
| double cos | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/cos/.
| double exp | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/exp/.
| double fabs | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/fabs/.
| double floor | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/floor/.
| double fmod | ( | double | numerator, |
| double | denominator | ||
| ) |
Documented at http://www.cplusplus.com/reference/cmath/fmod/.
| double log | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/log/.
| double log10 | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/log10/.
| double log2 | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/log2/.
| double modf | ( | double | x, |
| double * | intpart | ||
| ) |
Documented at http://www.cplusplus.com/reference/cmath/modf/.
| double pow | ( | double | base, |
| double | exponent | ||
| ) |
Documented at http://www.cplusplus.com/reference/cmath/pow/.
| double sin | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/sin/.
| double sqrt | ( | double | x | ) |
Documented at http://www.cplusplus.com/reference/cmath/sqrt/.
1.8.11