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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79720e5f1992e61e,start X-Google-Attributes: gid103376,public From: wfrye@mnsinc.com (William Frye) Subject: Math functions in Ada Date: 1997/05/01 Message-ID: <5ka4nc$man@news1.mnsinc.com>#1/1 X-Deja-AN: 238646250 Distribution: inet Organization: Monumental Network Systems Newsgroups: comp.lang.ada Date: 1997-05-01T00:00:00+00:00 List-Id: 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.