diff --git a/docs.html b/docs.html
index 967735d5..7cd7ccdc 100644
--- a/docs.html
+++ b/docs.html
@@ -544,7 +544,7 @@ Conrad Sanderson and Ryan Curtin.
-| constants | | pi, inf, NaN, speed of light, ... |
+| constants | | pi, inf, NaN, eps, speed of light, ... |
| wall_clock | | timer for measuring number of elapsed seconds |
| output streams | | streams for printing warnings and errors |
| uword / sword | | shorthand for unsigned and signed integers |
@@ -16690,7 +16690,7 @@ model.save("my_model.gmm");
-constants (pi, inf, speed of light, ...)
+constants (pi, inf, eps, ...)
@@ -16744,6 +16744,17 @@ model.save("my_model.gmm");
| |
|
+
+
+ datum::eps
+ |
+
+
+ |
+
+ machine epsilon: the difference between 1 and the value least greater than 1 that is representable (type and machine dependent)
+ |
+
datum::e
@@ -16779,17 +16790,6 @@ model.save("my_model.gmm");
|
-->
-
-
- datum::eps
- |
-
-
- |
-
- machine epsilon: the difference between 1 and the value least greater than 1 that is representable (type and machine dependent)
- |
-
| |
|
@@ -19412,6 +19412,14 @@ List of additions and changes for each version:
+
+- Version 11.1:
+
+
+
- Version 11.0: