Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!cica!tut.cis.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!heff From: heff@ohstpy.mps.ohio-state.edu Newsgroups: comp.lang.pascal Subject: complex numbers Message-ID: <2751@ohstpy.mps.ohio-state.edu> Date: 13 Jul 89 16:36:45 GMT Lines: 8 Is there an easy way to do complex numbers in pascal? In particular is there a way to write equations in source code such as a =: b + c; or a := (b+c)/(d+e); as can be done in fortran. For that matter, are there any languages beside fortran which allow easy computation of complex numbers?