Re: A92: quirks


[Prev][Next][Index][Thread]

Re: A92: quirks



Shawn Prestridge wrote:
>         This was sent to me by the programmer who coded the parser of the
> calcualtor.  I hope this answers your question!!
> 
> >  Shawn,
> >    These results occur because exact() and approx() are NOT true function
> >  calls.  They are actually "temporary mode switches".  Thus, if you construct
> >  compositions using exact() and approx(), you only get the result of the
> >  innermost switch.  exact(approx(...)) is equivalent to simply approx(...).
> >  approx(exact(...)) is equivalent to simply exact(...).
That certainly explains it.  Thanks.
Can you provide any info regarding the other questions in my original
post?

--Andrew
asieber@usa.net


References: