home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
libg++-2.7.1-bin.lha
/
lib
/
g++-include
/
Complex.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-12
|
200b
|
11 lines
// This may look like C code, but it is really -*- C++ -*-
#ifndef _Complex_h
#define _Complex_h
// Use the ANSI complex number template.
#include <complex>
typedef complex<double> Complex;
#endif