#include <errno.h>
#include <math.h>
#include "CTB.hxx"
#include "CTBnum.hxx"
#include "CTBexceptionMath.hxx"
Include dependency graph for CTBmath.cxx:
Go to the source code of this file.
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) |
Definition in file CTBmath.cxx.