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 | CTBasin (double x) |
float | CTBasin (float x) |
double | CTBacos (double x) |
float | CTBacos (float x) |
double | CTBpow (double x, int i_y) |
float | CTBpow (float x, int i_y) |
CTBint | CTBilog2 (CTBint ix) |
double | CTBpythag (double x, double y) |
float | CTBpythag (float x, float y) |
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 | 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, double 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) |
double | CTBerf (double x) |
float | CTBerf (float x) |
|
Returns sqrt(x).
Definition at line 34 of file CTBmath.cxx. |
|
Returns sqrt(x).
Definition at line 53 of file CTBmath.cxx. |
|
Returns exp(x).
Definition at line 72 of file CTBmath.cxx. |
|
Returns exp(x).
Definition at line 91 of file CTBmath.cxx. |
|
Returns log(x).
Definition at line 111 of file CTBmath.cxx. |
|
Returns log(x).
Definition at line 132 of file CTBmath.cxx. |
|
Returns log10(x).
Definition at line 153 of file CTBmath.cxx. |
|
Returns log10(x).
Definition at line 174 of file CTBmath.cxx. |
|
Returns asin(x).
Definition at line 194 of file CTBmath.cxx. |
|
Returns asin(x).
Definition at line 213 of file CTBmath.cxx. |
|
Returns acos(x).
Definition at line 232 of file CTBmath.cxx. |
|
Returns acos(x).
Definition at line 251 of file CTBmath.cxx. |
|
Returns x raised to the power of i_y .
Definition at line 267 of file CTBmath.cxx. |
|
Returns x raised to the power of i_y .
Definition at line 284 of file CTBmath.cxx. |
|
Returns log_2 of the integer ix or -1 if x not power of 2.
Definition at line 301 of file CTBmath.cxx. |
|
Returns sqrt(x*x+y*y).
Definition at line 327 of file CTBmath.cxx. |
|
Returns sqrt(x*x+y*y).
Definition at line 356 of file CTBmath.cxx. |
|
Returns sin(x).
Definition at line 24 of file CTBmath.icc. |
|
Returns sin(x).
Definition at line 32 of file CTBmath.icc. Referenced by sincos().
|
|
Returns cos(x).
Definition at line 40 of file CTBmath.icc. |
|
Returns cos(x).
Definition at line 48 of file CTBmath.icc. Referenced by sincos().
|
|
Returns tan(x).
Definition at line 56 of file CTBmath.icc. |
|
Returns tan(x).
Definition at line 64 of file CTBmath.icc. |
|
Returns atan(x).
Definition at line 72 of file CTBmath.icc. |
|
Returns atan(x).
Definition at line 80 of file CTBmath.icc. |
|
Returns acos(y/x).
This protected variant of acos is convenient in cartesian to polar coordinate conversions and often used in conjunction with
Definition at line 96 of file CTBmath.icc. |
|
Returns acos(y/x).
This protected variant of acos is convenient in cartesian to polar coordinate conversions and often used in conjunction with
Definition at line 115 of file CTBmath.icc. |
|
Returns atan2(x).
Definition at line 126 of file CTBmath.icc. |
|
Returns atan2(x).
Definition at line 134 of file CTBmath.icc. |
|
Returns sinh(x).
Definition at line 142 of file CTBmath.icc. |
|
Returns sinh(x).
Definition at line 150 of file CTBmath.icc. |
|
Returns cosh(x).
Definition at line 158 of file CTBmath.icc. |
|
Returns cosh(x).
Definition at line 166 of file CTBmath.icc. |
|
Returns tanh(x).
Definition at line 174 of file CTBmath.icc. |
|
Returns tanh(x).
Definition at line 182 of file CTBmath.icc. |
|
Returns asinh(x).
Definition at line 190 of file CTBmath.icc. |
|
Returns asinh(x).
Definition at line 198 of file CTBmath.icc. |
|
Returns acosh(x).
Definition at line 206 of file CTBmath.icc. |
|
Returns acosh(x).
Definition at line 214 of file CTBmath.icc. |
|
Returns atanh(x).
Definition at line 222 of file CTBmath.icc. |
|
Returns atanh(x).
Definition at line 230 of file CTBmath.icc. |
|
Returns x raised to the power of y .
Definition at line 240 of file CTBmath.icc. |
|
Returns x raised to the power of y .
Definition at line 250 of file CTBmath.icc. |
|
Returns the second power of x .
Definition at line 259 of file CTBmath.icc. Referenced by CTBcomplex::Acos(), CTBcomplex::Acosh(), CTBcomplex::Asin(), and CTBcomplex::Asinh().
|
|
Returns the third power of x .
Definition at line 271 of file CTBmath.icc. |
|
Returns the fourth power of x .
Definition at line 283 of file CTBmath.icc. |
|
Returns erf(x).
Definition at line 295 of file CTBmath.icc. |
|
Returns erf(x).
Definition at line 303 of file CTBmath.icc. |