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

CTBnum.hxx File Reference

Declaration of basic numeric functions. More...

#include "CTBnum.icc"

Include dependency graph for CTBnum.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 _CTBnum_HXX   1

Functions

template<class T> T CTBmin (T v1, T v2)
template<class T> T CTBmax (T v1, T v2)
template<class T> T CTBabs (T x)
int CTBabs (int x)
long CTBabs (long x)
float CTBabs (float x)
double CTBabs (double x)
template<class T> T CTBabsm (T x)
template<class T> T CTBabs2 (T x)
template<class T1, class T2> T1 CTBsign (T1 x1, T2 x2)
template<class T> bool CTBbetween (T x, T a, T b)
template<class T> bool CTBinside (T x, T a, T b)
template<class T> T CTBarg (T x)
template<class T> T CTBreal (T x)
template<class T> T CTBimag (T x)
template<class T> T CTBconj (T x)


Detailed Description

Declaration of basic numeric functions.

Version:
Id:
CTBnum.hxx,v 1.3 2000/11/20 22:17:00 mueller Exp

Definition in file CTBnum.hxx.


Define Documentation

#define _CTBnum_HXX   1
 

Definition at line 2 of file CTBnum.hxx.


Function Documentation

template<class T>
T CTBconj T x [inline]
 

Returns `conjugate' number, simply returns x for non-complex types.

Definition at line 205 of file CTBnum.icc.


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