Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.lang.pascal Subject: Re: complex numbers Message-ID: <1989Jul14.015447.8194@cs.rochester.edu> Date: 14 Jul 89 01:54:47 GMT References: <2751@ohstpy.mps.ohio-state.edu> Reply-To: ken@cs.rochester.edu (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 14 |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? Not in Pascal, but in Pascal-SC, a version designed for scientific computation. So far all I know of it is from the book "Pascal-SC: A Computer Language for Scientific Computation" (Academic Press 1987). Are implementations distributed? Then there is C++. Please no language wars here ok?