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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,12f33beda7288c07 X-Google-Attributes: gid103376,public From: reinert@ola.npolar.no (Reinert Korsnes) Subject: Re: More on Ada and numerics Date: 2000/04/25 Message-ID: <8e467e$rv0$1@news.uit.no>#1/1 X-Deja-AN: 615459385 References: <8e3hgq$nme$1@news.uit.no> <8e3l4k$oid$1@news.uit.no> X-Complaints-To: usenet@news.uit.no X-Trace: news.uit.no 956668974 28640 158.39.64.31 (25 Apr 2000 13:22:54 GMT) Organization: University of Troms� Reply-To: Reinert.Korsnes@npolar.no NNTP-Posting-Date: 25 Apr 2000 13:22:54 GMT Newsgroups: comp.lang.ada Date: 2000-04-25T13:22:54+00:00 List-Id: In article <8e3l4k$oid$1@news.uit.no>, reinert@ola.npolar.no (Reinert Korsnes) writes: |> In article <8e3hgq$nme$1@news.uit.no>, |> reinert@ola.npolar.no (Reinert Korsnes) writes: |> |> Thanks for the answers on this group with respect to Ada and Linear Algebra. |> |> |> |> I am so used to the math intrinsic functions in Fortran. |> |> Is there an Ada package imitating those Fortran intrinsics ? |> |> |> |> For example, do I have to make my own Ada version of max(X,Y) ? |> |> Or is it something I have been missing and this is included |> |> in the standard core of Ada ? |> |> |> |> OObs, sorry my ignorance, |> found "functional attributes", max becomes: |> |> Float'(X,Y); Hmm, Float'Max(X,Y); Yes, nice to discuss :-) reinert |> |> I must read my book more carefully :-) |> |> reinert |> |> |> |> -- |> Norwegian Polar Institute |> Polar Environment Center |> N-9296 Tromso |> Norway |> Fax: +47 77750501 |> |> http://geophys.npolar.no/~reinert/personal.html