Open GoogleCodeExporter opened 9 years ago
Sorry, what I meant to say is, the resulting expression is undefined....a
divide by zero exception. sqrt(0) is of course defined.
1/log(1) == 1/0 --> divide by zero error.....maybe identify() should check that
the denominator is not zero...
Original comment by donmorri...@gmail.com
on 8 Jul 2010 at 4:31
Yes, this should be dealt with better.
Perhaps both some sanity check on the number's magnitude, and a check for 0 in
log, should be performed.
Original comment by fredrik....@gmail.com
on 9 Jul 2010 at 9:42
Original issue reported on code.google.com by
donmorri...@gmail.com
on 8 Jul 2010 at 3:28