Bernd Paysan via Gforth <gforth@gnu.org> 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.