From the daily archives: Monday, September 6, 2010
I struggled with some numbers today.
A common bug in JavaScript is when converting numbers to floating point numbers, add them and the result will be different from what you expect it to be.
For example: if you add 0.1 + 0.2 it gives 0.30000000000000004 in stead of 0.3.
Reason:
Because internally, [...]
Newsletter
If you want to be up to date on the important things, related to the topics I talk about, events and the book I'm writing, please subscribe.
Upcoming Events
- March 8, 2012 6:00 pm'Scrum in practice 2012' Training Session n°3
- March 12, 2012Belgium Testing Days 2012
- April 19, 2012 6:00 pm'Scrum in practice 2012' Training Session n°4
Link to Calendar




