We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdef054 commit 96175c9Copy full SHA for 96175c9
1 file changed
docs/source/index.rst
@@ -26,19 +26,19 @@ formats in Python. Headline features:
26
Provided Formats
27
----------------
28
29
-Formats are parameterized by the primary IEEE-754 parameters of:
+Formats are parameterized by the primary parameters of:
30
31
* Width in bits (k)
32
* Precision (p)
33
- * Maximum exponent (emax)
+ * Exponent bias (bias)
34
35
with additional fields defining the presence/encoding of:
36
37
- * Infinities
+ * Domain (Finite vs Extended)
38
+ * Signed/unsigned
39
* Not-a-number (NaN) values
40
* Negative zero
41
* Subnormal numbers
- * Signed/unsigned
42
* Two's complement encoding (of the significand)
43
44
This allows an implementation of generic floating point encode/decode logic,
0 commit comments