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

CTBmath.icc File Reference

Implemenation (inline) of basic mathematical functions. More...

#include <math.h>
#include "CTBnum.hxx"

Include dependency graph for CTBmath.icc:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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)


Detailed Description

Implemenation (inline) of basic mathematical functions.

Version:
Id:
CTBmath.icc,v 1.9 2000/12/13 19:50:17 mueller Exp

Definition in file CTBmath.icc.


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