1 // Main header for the -*- C++ -*- complex number classes.
2 // This file is part of the GNU ANSI C++ Library.
7 #include <std/complext.h>
13 typedef complex<float> float_complex;
14 typedef complex<double> double_complex;
15 typedef complex<long double> long_double_complex;