Posts by Tag

Math

Floating Point Error Example

6 minute read

Last post, we talked about how to understand floating point error, but the only example we consider was the trivial case of a + b + c. In this post, we will ...

Understanding Floating Point Error

9 minute read

Floating point is the most commonly used number format for calculations. In this post, I go over the basics of understanding floating point rounding and erro...

Back to Top ↑

Computer Science

Floating Point Error Example

6 minute read

Last post, we talked about how to understand floating point error, but the only example we consider was the trivial case of a + b + c. In this post, we will ...

Understanding Floating Point Error

9 minute read

Floating point is the most commonly used number format for calculations. In this post, I go over the basics of understanding floating point rounding and erro...

Back to Top ↑

Statistics

Guess the Largest Number Paradox

5 minute read

Many statistical paradoxes boil down to an imprecise problem statement, but this is one paradox that is truly astonishing, where we seem to get information f...

Back to Top ↑