You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of __abs__ and especially __add__ seems to try to go into great detail about how floating point addition / abs works.
I'd argue this obscures the intent behind what is ultimately a container API, and it would be better to refer to the IEEE 754 spec (or perhaps add a separate page summarizing IEEE 754)
The text was updated successfully, but these errors were encountered:
That does sound like a good idea to make things easier on the reader. A separate page summarizing IEEE 754 sounds good to me, because that standard is non-free as well as painful to read.
Rather than add a separate page, an alternative could be to place IEEE 754 details, or special cases in general, within a collapsible HTML section (aka, a details element).
The description of
__abs__
and especially__add__
seems to try to go into great detail about how floating point addition /abs
works.I'd argue this obscures the intent behind what is ultimately a container API, and it would be better to refer to the IEEE 754 spec (or perhaps add a separate page summarizing IEEE 754)
The text was updated successfully, but these errors were encountered: