I am new to Java, sorry I have this wield question came up, I tried to do log(0.5) in Java using Math.log(0.5), I did log(0.5) in calculator and answer is -0.3 and I computed Math.log(0.5), answer is -0.69. Any one know where I did it wrong?