2010 02 12 maths fun
Clearly JavaScript is not the most beautiful, or intuitive, language for maths.
typeof NaN === 'number' // true
Infinity === 1/0 // true
0.1 + 0.2 === 0.3 // false
Clearly JavaScript is not the most beautiful, or intuitive, language for maths.
typeof NaN === 'number' // true
Infinity === 1/0 // true
0.1 + 0.2 === 0.3 // false