On Thu, 25 Sep 2008, Riccardo (Jack) Lucchetti wrote:
On Thu, 25 Sep 2008, Riccardo (Jack) Lucchetti wrote:
> 1) the argument to the ".^" operator gets passed as 0.5 rather than -0.5.
> This is a bug.
Actually, the bug is more general and has to do with expression
parsing. Just try "eval 4^-0.5"; OTOH, "eval 4^(-0.5)" works
fine.
It depended on the 'level' of the expression: "eval 4--.5" was OK,
but "4^-.5" was not. Now fixed in CVS.
Allin.