Skip to content

Commit 4be8183

Browse files
committed
Minor edit
1 parent ada6533 commit 4be8183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/float-like-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The binary64 format encodes numbers in 64 bits. It uses 1 bit for the *sign*, li
2020
format. 11 bits are used to encode the *exponent*, and 52 bits for the *significand*, sometimes also
2121
called the *mantissa*.
2222

23-
As an 11-bit unsigned integer exponent can range from 0 to 2047. But we want to
23+
As an 11-bit unsigned integer, the exponent can range from 0 to 2047. But we want to
2424
support negative exponents, so the intended value is recovered by subtracting 1023, also known as
2525
the *bias*.
2626

0 commit comments

Comments
 (0)