Jan 29 2018 Floating point errors in a nutshell By: kazitor Categories: Programming Typed this into the Python shell: >>> 1 – 2/3 0.33333333333333337 Yeah… read more