#include <math.h>
#include "CTBnum.hxx"
Include dependency graph for CTBmath.icc:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
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) |
Definition in file CTBmath.icc.