We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706332c commit 6350a4cCopy full SHA for 6350a4c
content/courses/advanced-ada/parts/data_types/numerics.rst
@@ -3183,7 +3183,7 @@ rule that it must be smaller or equal to the *delta*. For example:
3183
end Show_Fixed_Small_Delta;
3184
3185
In this example, the *delta* that we specifed for :ada:`Ordinary_Fixed_Point`
3186
-is 0.2, while the compiler-selected *small* is 2.0\ :sup:`-3`.
+is 0.2, while the compiler-selected *small* is 0.125 (2.0\ :sup:`-3`).
3187
3188
.. admonition:: For further reading...
3189
0 commit comments