]> pd.if.org Git - pdclib/blob - includes/tgmath.h
3ba73b0560093f92dd27f60ed8b2f5cfca8d37fe
[pdclib] / includes / tgmath.h
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // Type-generic math
8 // ----------------------------------------------------------------------------
9
10 #ifndef __TGMATH_H
11 #define __TGMATH_H __TGMATH_H
12
13 // TODO: Generics support
14
15 #include <complex.h>
16 #include <math.h>
17
18 #endif // __TGMATH_H