I was trying Math.pow on 1.09 to calculate the square. I was getting 1.1881000000000002 as result and when I tried 1.09*1.09 it was also giving the same result.
Any idea why I am getting this?
Java env details- java version "1.6.0_38" Java(TM) SE Runtime Environment (build 1.6.0_38-b05) Java HotSpot(TM) 64-Bit Server VM (build 20.13-b02, mixed mode)
Any fixes??