← Home

Javscript for math

@date=2014-12-19
@tags=javascript

I use the javascript console as a calculator, and it is funny when binary <- -> decimal rounding/conversion errors pop up unexpectedly.

This is a good reason to be careful when doing if(x==someNumber) conditionals in your code.