Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBmath.cxx File Reference

Implemenation of basic mathematical functions. More...

#include <errno.h>
#include <math.h>
#include "CTB.hxx"
#include "CTBnum.hxx"
#include "CTBexceptionMath.hxx"

Include dependency graph for CTBmath.cxx:

Include dependency graph

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)


Detailed Description

Implemenation of basic mathematical functions.

Version:
Id:
CTBmath.cxx,v 1.7 2000/11/20 18:06:53 mueller Exp

Definition in file CTBmath.cxx.


Generated at Fri Oct 24 18:12:12 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001