Possible Duplicate:
Is JavaScript’s Math broken?
Javascript rounding issue
What is the Floating value behavior in java script? How the default precision value behavior?
I was wandering when, I checked
0.1 + 0.2 in console it give me  0.30000000000000004 
Can anyone please help me to understand why this happened and its behavior.
Thanks in Advance.
 
    