Skip to content

Commit 6350a4c

Browse files
committed
Editorial change: adding decimal non-exponential version of number
1 parent 706332c commit 6350a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/advanced-ada/parts/data_types/numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,7 @@ rule that it must be smaller or equal to the *delta*. For example:
31833183
end Show_Fixed_Small_Delta;
31843184

31853185
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`.
3186+
is 0.2, while the compiler-selected *small* is 0.125 (2.0\ :sup:`-3`).
31873187

31883188
.. admonition:: For further reading...
31893189

0 commit comments

Comments
 (0)