Home

Search IconIcon to open search

Rounding floats

Can bite you in the ass. I remember that in Python it functions quite differently from other languages, and there’s a reason why. Should google that.

# Javascript

All numbers in Javascipt are floating point. That’s weird.

# See also