Liste des Groupes | Revenir à cl forth |
0e 0e 0e 0e z** z. NaNai okLooking at this issue in more depth, there are mathematical arguments for the result of 0^0 to be treated as 1 or to be treated as undefined [1].
it must be 1 ( tested with python, julia and matlab)
and
0e 0e 1e 0e z** z. NaNai ok, it must be 0
in general, with gforth: 0e 0e (a+bi) z** gives false results,
it must give 0e when (a+bi)<>0e.
So the definition of z** also must be revised.
Les messages affichés proviennent d'usenet.