Bug SS-1252
1 vote

no error message when entering too small number

Created by brotjob on 12/10/2014 11:07 PM Last Updated by Mike Kaganski on 4/13/2016 6:29 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

I know there are limitations in calculating with floating values. But at least in trivial cases there should be some error handling. If you enter straight a value that is too precise to be handled there should be an error message. See example file containing a:=1.234*10^-323=0

    Mike Kaganski (Wednesday, April 13, 2016 6:29 AM) #

I disagree. Too small a number isn't an error. It should continue to be simply zero when evaluated numerically. If optimization is symbolic, it isn't zero anyway.