The mechanics behind exponent bias in floating point #119
maxkoretskyi
started this conversation in
Article discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Usually signed integers are stored as two’s complement. However, exponent in IEEE-754 floating point standard is stored as offset binary. This article explains the inner workings of this mechanism.
Read the article here.
Beta Was this translation helpful? Give feedback.
All reactions