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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79720e5f1992e61e X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Math functions in Ada Date: 1997/05/01 Message-ID: <01bc5648$49652250$d08871a5@zeus>#1/1 X-Deja-AN: 238675249 Distribution: world References: <5ka4nc$man@news1.mnsinc.com> Organization: interQuest Online Services -- Huntsville, AL Newsgroups: comp.lang.ada Date: 1997-05-01T00:00:00+00:00 List-Id: How about the package Ada.Numerics.Generic_Elementary_Functions, or one of its instantiations for long or short float types -- all provided with your gnat distribution? David C. Hoos, Sr. http://www.ada95.com http://www.dbhwww.com William Frye wrote in article <5ka4nc$man@news1.mnsinc.com>... > > Is a there a source of freeware Ada routines for simple math functions? > I am particularly interested in a routine to calculate x**y where x and y are floating point numbers. I am working with gnat on a Win95 platform. >