home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
OPENSTEP
/
UNIX
/
GNU
/
gcc-2.7.2.3.1-I
/
lib
/
g++-include
/
Complex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-12
|
200 b
|
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