I tried this:
t = (Math.log10(7)+3)/2
10.0**(2.0*t-3.0)
=> 7.000000000000002
The result should be 7 not 7.000000000000002. Why?
I tried this:
t = (Math.log10(7)+3)/2
10.0**(2.0*t-3.0)
=> 7.000000000000002
The result should be 7 not 7.000000000000002. Why?