]> pd.if.org Git - pdclib/blobdiff - includes/tgmath.h
Added missing float.h. Some touches.
[pdclib] / includes / tgmath.h
index 976715b668b559a05837bb5d20353067f7bc6e7e..503107df91ee8cb752e9a3c050ffcfef18cf4849 100644 (file)
@@ -4,12 +4,13 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// TODO
+// Type-generic math
 // ----------------------------------------------------------------------------
 
 #ifndef __TGMATH_H
 #define __TGMATH_H __TGMATH_H
 
-// TODO
+#include <complex.h>
+#include <math.h>
 
 #endif // __TGMATH_H