Re: REAL constants in libm3/src/arith/POSIX/Math.i3
by Henning Thielemann <iakd0@[EMAIL PROTECTED]
>
Jan 13, 2004 at 02:13 PM
On Tue, 13 Jan 2004, E.A. Ratzer wrote:
> On Mon, 12 Jan 2004, Henning Thielemann wrote:
> > I noticed that constants like Pi are defined in Math.i3 with high
> > precision but as REAL literals, whereas the rest of the module works
with
> > LONGREAL. I would call this a flaw - someone already encountered that?
>
> I would agree - I copied the definitions and defined them as LongReals
> myself.
Now I have copied them to the arithmetic library, too:
http://www.elegosoft.com/cgi-bin/cvsweb.cgi/cm3/m3-libs/arithmetic/src/basictypes/float/FloatTrans.ig?rev=1.21&content-type=text/x-cvsweb-markup
Unfortunately this makes the libm3 a step useless further. :-(