val() with floating point < 1
Posted: Tue Oct 23, 2012 10:54 am
Hi!
Just found that Val() doesn't give back correct result if the floaing point number starting with the decimal point.
Val(".1415") => 0
Val("0.1415") => 0.1415
Val("0"..".1415") => 0.1415
All calculators and programming languages that I know means the number is greater that 0 and smaller then 1 if it starts with a decimal point. I think Hollywood should behave just like others in this context. Don't you?
Bye!
Just found that Val() doesn't give back correct result if the floaing point number starting with the decimal point.
Val(".1415") => 0
Val("0.1415") => 0.1415
Val("0"..".1415") => 0.1415
All calculators and programming languages that I know means the number is greater that 0 and smaller then 1 if it starts with a decimal point. I think Hollywood should behave just like others in this context. Don't you?
Bye!