jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 47: Use decimal When Precision Is Paramount #65

Closed jekwatt closed 4 years ago

jekwatt commented 4 years ago

Notebook for item 47:

jekwatt commented 4 years ago

The IEEE Standard for Floating-Point Arithmetic (IEEE 754) is a technical standard for floating-point arithmetic established in 1985 by the Institute of Electrical and Electronics Engineers (IEEE):

https://en.wikipedia.org/wiki/IEEE_754

jekwatt commented 4 years ago

Issue resolved via #67.