Sujet : Re: Operator precedence
De : 643-408-1753 (at) *nospam* kylheku.com (Kaz Kylheku)
Groupes : comp.lang.awkDate : 25. May 2024, 23:20:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240525151925.756@kylheku.com>
References : 1 2 3 4 5
User-Agent : slrn/pre1.0.4-9 (Linux)
On 2024-05-25, Axel Reichert <
mail@axel-reichert.de> wrote:
Kaz Kylheku <643-408-1753@kylheku.com> writes:
>
in the left associative semantics, we have a choice. We can do the
exponentation earnestly as if by:
>
(expt (expt 5 2) 3)
>
Or we can take advantage of the identity:
>
(expt 5 (* 2 3))
>
The former could be important in some situation involving
floating-point: you can't always use simplifying identities.
>
I cannot readily imagine a scenario in which simplifying is not possible
or is disadvantageous. Could you please elaborate?
I'm simply not enough of a numerical analyst to be able to rule such a
situation as nonexistent.
-- TXR Programming Language: http://nongnu.org/txrCygnal: Cygwin Native Application Library: http://kylheku.com/cygnalMastodon: @Kazinator@mstdn.ca