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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a00006d3c4735d70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-25 10:37:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <1075987360.225622@master.nyc.kbcfp.com> <40236C0B.E988E003@0.0> <1077634311.254581@master.nyc.kbcfp.com> <1077718871.47635@master.nyc.kbcfp.com> <54cp3095jmv8s17h63d4bjdus0tec7l7pt@jellix.jlfencey.com> <1077721343.481619@master.nyc.kbcfp.com> <1077724400.221032@master.nyc.kbcfp.com> <1077727544.813834@master.nyc.kbcfp.com> Subject: Re: In-Out Parameters for functions X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <0Y5%b.129$S9.104@nwrdny01.gnilink.net> Date: Wed, 25 Feb 2004 18:37:48 GMT NNTP-Posting-Host: 141.154.50.15 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1077734268 141.154.50.15 (Wed, 25 Feb 2004 13:37:48 EST) NNTP-Posting-Date: Wed, 25 Feb 2004 13:37:48 EST Xref: archiver1.google.com comp.lang.ada:5813 Date: 2004-02-25T18:37:48+00:00 List-Id: "Hyman Rosen" wrote in message news:1077727544.813834@master.nyc.kbcfp.com... > Preben Randhol wrote: > > Only in the case that b is true is the evaluation of needed Sqrt (x) > 5.0 > > Or have I missed som point here? > > Sqrt(x) may have side effects. For example, if x < 0.0, then Sqrt(x) raises an exception!