Penjee.com 's Blog

Demonstration of Floating Point Error and Code [Java]

It’s one thing to read about what  floating point errors are and about famous computer errors, but it’s another thing to watch a demonstration of how floating point error can occur and to look at the code underneath the hood.         This For more demonstrations like this, check out our top 5 … Continue reading Demonstration of Floating Point Error and Code [Java] →

What are floating point errors? [Answered]

Computers are not always as accurate as we think. They do very well at what they are told to do and can do it very fast. But in many cases, a small inaccuracy can have dramatic consequences. A very well-known problem is floating point errors. Floating point numbers have limitations on how accurately a number … Continue reading What are floating point errors? [Answered] →

Top 5 Programming Animated Gifs

Gif #1 How a While Loop Works Gif #2 Fibonacci Recursion Animation More on the Fibonacci Recursion here Gif #3 : Binary vs Linear Search Gif #4 While loop with an If, else (testing for odds/evens)       Gif #5 : Factorial Recursion Animation