[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gforth] Floating point numbers and 'precision'
From: |
J. David Boyd |
Subject: |
Re: [gforth] Floating point numbers and 'precision' |
Date: |
Fri, 27 Sep 2019 11:14:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (cygwin) |
Bernd Paysan via Gforth <address@hidden> writes:
> Am Donnerstag, 26. September 2019, 08:09:00 CEST schrieb Anton Ertl:
>> It's not cast in stone. Instead of "16 5 11 f.rdp", f.s could also
>> use "precision 7 max dup 0 f.rdp" or somesuch.
>
> Or have some separate precision value for f.s. f.s is for debugging, and I
> want a consistent output even when precision changes.
Great idea, thanks very much.