0.1 + 0.2 != 0.3
Check my latest article in medium to discuss why this happens in many programming languages 😉
Link
#python #logic #float #double
@pythonicAI
Check my latest article in medium to discuss why this happens in many programming languages 😉
Link
#python #logic #float #double
@pythonicAI
Medium
Can you believe that 0.1 + 0.2 is not equal to 0.3 ?!
This weird thing, seems to happen in most of programming languages. Now I’m going to investigate it. First Let’s review single precision…