#include <math.h>
#include <stdlib.h>
Include dependency graph for CTBnum.icc:

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

Go to the source code of this file.
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) |
| template<class T> T | CTBreal (T x) |
| template<class T> T | CTBimag (T) |
| template<class T> T | CTBconj (T x) |
Definition in file CTBnum.icc.
|
||||||||||
|
Returns `conjugate' number, simply returns x for non-complex types.
Definition at line 205 of file CTBnum.icc. |
1.2.9-20010812 written by Dimitri van Heesch,
© 1997-2001