We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9273e commit 5c2290eCopy full SHA for 5c2290e
docs/source/index.rst
@@ -55,6 +55,13 @@ As well as block formats from |ocp_mx_link|.
55
IEEE P3109
56
</a>
57
58
+Supported rounding modes include:
59
+
60
+ * Directed modes: Toward Zero, Toward Positive, Toward Negative
61
+ * Round-to-nearest, with Ties to Even or Ties to Away
62
+ * Stochastic rounding, with specified numbers of random bits
63
64
65
Example
66
-------
67
This table (from example notebook :doc:`value-stats <02-value-stats>`) shows how
docs/source/notebooks.rst
@@ -12,3 +12,4 @@ Some notebooks to illustrate uses of the library
12
02-value-stats.ipynb
13
03-value-tables.ipynb
14
04-benchmark.ipynb
15
+ 05-stochastic-rounding.ipynb
0 commit comments