Skip to content

Commit 96175c9

Browse files
committed
Updating doc
1 parent bdef054 commit 96175c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ formats in Python. Headline features:
2626
Provided Formats
2727
----------------
2828

29-
Formats are parameterized by the primary IEEE-754 parameters of:
29+
Formats are parameterized by the primary parameters of:
3030

3131
* Width in bits (k)
3232
* Precision (p)
33-
* Maximum exponent (emax)
33+
* Exponent bias (bias)
3434

3535
with additional fields defining the presence/encoding of:
3636

37-
* Infinities
37+
* Domain (Finite vs Extended)
38+
* Signed/unsigned
3839
* Not-a-number (NaN) values
3940
* Negative zero
4041
* Subnormal numbers
41-
* Signed/unsigned
4242
* Two's complement encoding (of the significand)
4343

4444
This allows an implementation of generic floating point encode/decode logic,

0 commit comments

Comments
 (0)