Let's Code Python: decimal

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=6P6K3QwfMGg



Duration: 1:26:59
728 views
4


Python's decimal module (in the standard library) provides for exact floating-point operations, unlike the built-in float type (which is based on binary arithmetic).