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

CTBmath.hxx File Reference

Declaration of basic mathematical functions. More...

#include "CTBmath.icc"

Include dependency graph for CTBmath.hxx:

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.

Defines

#define _CTBmath_HXX   1

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 CTBsin (double x)
float CTBsin (float x)
double CTBcos (double x)
float CTBcos (float x)
double CTBtan (double x)
float CTBtan (float x)
double CTBasin (double x)
float CTBasin (float x)
double CTBacos (double x)
float CTBacos (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, int i_y)
double CTBpow (double x, double y)
float CTBpow (float x, int i_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)
CTBint CTBilog2 (CTBint ix)
double CTBpythag (double x, double y)
float CTBpythag (float x, float y)
double CTBerf (double x)
float CTBerf (float x)


Detailed Description

Declaration of basic mathematical functions.

Version:
Id:
CTBmath.hxx,v 1.7 2000/12/13 19:49:51 mueller Exp

Definition in file CTBmath.hxx.


Define Documentation

#define _CTBmath_HXX   1
 

Definition at line 2 of file CTBmath.hxx.


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