home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / icalc.lzh / icalc / src / constant.h < prev    next >
C/C++ Source or Header  |  1992-01-26  |  185b  |  10 lines

  1. /*
  2. *    icalc - complex-expression parser
  3. *
  4. *    Predefined complex constants - external references.
  5. *
  6. *    (C) Martin W Scott, 1991.
  7. */
  8.  
  9. extern const Complex zero, eye, one, minuseye, onehalf;
  10.