#include "CTBmath.icc"
Include dependency graph for CTBmath.hxx:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _CTBmath_HXX 1 |
Functions | |
double | CTBsqrt (double x) |
float | CTBsqrt (float x) |
double | CTBexp (double x) |
float | CTBexp (float x) |
double | CTBlog (double x) |
float | CTBlog (float x) |
double | CTBlog10 (double x) |
float | CTBlog10 (float x) |
double | CTBsin (double x) |
float | CTBsin (float x) |
double | CTBcos (double x) |
float | CTBcos (float x) |
double | CTBtan (double x) |
float | CTBtan (float x) |
double | CTBasin (double x) |
float | CTBasin (float x) |
double | CTBacos (double x) |
float | CTBacos (float x) |
double | CTBatan (double x) |
float | CTBatan (float x) |
double | CTBacos2 (double y, double x) |
float | CTBacos2 (float y, float x) |
double | CTBatan2 (double y, double x) |
float | CTBatan2 (float y, float x) |
double | CTBsinh (double x) |
float | CTBsinh (float x) |
double | CTBcosh (double x) |
float | CTBcosh (float x) |
double | CTBtanh (double x) |
float | CTBtanh (float x) |
double | CTBasinh (double x) |
float | CTBasinh (float x) |
double | CTBacosh (double x) |
float | CTBacosh (float x) |
double | CTBatanh (double x) |
float | CTBatanh (float x) |
double | CTBpow (double x, int i_y) |
double | CTBpow (double x, double y) |
float | CTBpow (float x, int i_y) |
float | CTBpow (float x, float y) |
template<class T> T | CTBpow2 (T x) |
template<class T> T | CTBpow3 (T x) |
template<class T> T | CTBpow4 (T x) |
CTBint | CTBilog2 (CTBint ix) |
double | CTBpythag (double x, double y) |
float | CTBpythag (float x, float y) |
double | CTBerf (double x) |
float | CTBerf (float x) |
Definition in file CTBmath.hxx.
|
Definition at line 2 of file CTBmath.hxx. |