Have you ever wondered what happens if we compare 0.1+0.2 with 0.3 ?
Simple task right? Where as checking it in python using 0.1+0.2 == 0.3 definitely surprises us.
In this video, we shall understand the surprising floating point Arithmetic in Python, ways to circumvent them. And shall get introduced to Modules in Python along with usage of Decimal and Fraction Modules, along with the understanding of precision and setting up the precision length. We shall by the end of the video get understanding of complex numbers and using them in Python