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,ba9a717d172afa4f X-Google-Attributes: gid103376,public From: Keith Thompson Subject: Re: School Assignment--Can this be simplified? Date: 2000/08/30 Message-ID: #1/1 X-Deja-AN: 664474224 Sender: kst@king.cts.com References: <39AD5DBD.972C97CA@brandonsd.mb.ca> X-Trace: thoth.cts.com 967667296 81155 205.163.0.22 (30 Aug 2000 20:28:16 GMT) Organization: CTSnet Internet Services Newsgroups: comp.lang.ada X-Complaints-To: abuse@cts.com Date: 2000-08-30T00:00:00+00:00 List-Id: N J Chackowsky writes: [...] > -- Calculate vapour pressure and saturated vapour pressure > vp := float(pow(2.7183, double(-5438.0 / dewk + 21.72))); > svp := float(pow(2.7183,double(-5438.0 / tempk + 21.72))); I think you want Exp(...), not Pow(2.7183, ...). -- Keith Thompson (The_Other_Keith) kst@cts.com San Diego Supercomputer Center <*> Welcome to the last year of the 20th century.