From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ba667a43eddf35a3 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Complex numbers package Date: 1996/02/23 Message-ID: #1/1 X-Deja-AN: 140861737 references: organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-02-23T00:00:00+00:00 List-Id: Chris asks " I am looking for an ADA package handling complex numbers representation and related basic operations (+, -, *, /, srqt, ...). I looked in the ada PAL and didn't manage to find anything. Can anybody help me ? Thanks." Look in the GNAT library. Most of this can easily be adapted to Ada 83 if that is what you are talking about. P.s. The language is Ada