Re: -infinity and REPRESENT

[email protected] Mon, 04 May 2020 20:54:17 +0200
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <[email protected]>
On 2020-05-04 17:24, Anton Ertl wrote:
> I just re-implemented REPRESENT.
> 
> One issue is how to deal with -infinity (e.g., the result of -1e 0e 
> f/).
> Previously Gforth 0.7.2+glibc produced "-inf" and f1=0 (positive),
> f2=0 (not valid); other libc implementations might lead to different
> results.

Sorry, what are f1 and f2?

-marcel