Have you ever wondered why 0.1 + 0.2 is not equals to 0.3?
The app will show you how 0.1, 0.2, and 0.3 are represented inside your computer, how it is being derived and the formula to calculate it. This is one of the reason why floating point calculation will be inaccurate and performing equality operation on it will yield unexpected result.
The app is inspired by FLOATING POINT VISUALLY EXPLAINED[1] blog post.
[1]. http://fabiensanglard.net/floating_point_visually_explained/