home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
misc
/
icalc.lzh
/
icalc
/
src
/
constant.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-26
|
185b
|
10 lines
/*
* icalc - complex-expression parser
*
* Predefined complex constants - external references.
*
* (C) Martin W Scott, 1991.
*/
extern const Complex zero, eye, one, minuseye, onehalf;