Sujet : Re: Average of a [stack]
De : buzz_mccool (at) *nospam* yahoo.com (Buzz McCool)
Groupes : comp.lang.forthDate : 18. Jul 2024, 15:56:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v7baf5$2f8e5$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
On 7/18/2024 12:24 AM, minforth wrote:
IMO it is not more than a quick hack to digest the full fp stack,
whatever it may contain or not at the given moment. ...
I understand where you (and Anton) are coming from. I was thinking that FloatStackAvg was a one-and-done word, but someone might want to use it with other words and thus have side efects.
I have a note to perform an fclearstack to clear any existing values from the floating point stack before invoking that word for the time being.