/* The header tgmath.h defines several families of generic functions. 
 */
#ifndef _TGMATH_
#define _TGMATH_

#include <math.h>
#include <complex.h>

// TODO: need to define type-generic macros.

#endif
