Sujet : Re: "The Best Programming Language for the End of the World"
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 10. Apr 2025, 06:15:33
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <077656b5c422bbcbdf53452c341a0af4700b5fa5@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 9/04/2025 11:14 pm, sjack wrote:
Hans Bezemer <the.beez.speaks@gmail.com> wrote:
that's helpful. But do you mean "significant digits" the way I mean
"significant digits"? I don't think so.. The beauty of "most significant
If you take a measurement and get a four digit number where the last
digit was result of rounding, then you have three significant digits.
But "words lie"; just their nature.
But when Forth-94 instructs you to 'round the number to n significant digits'
what is unclear? Not the numerical result.
What's ambiguous in Forth-94 is the returned representation i.e. should
REPRESENT return '0's representing the insignificant digits; should F.
trim the redundant trailing '0's.