We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954d100 commit b89d2aeCopy full SHA for b89d2ae
content/courses/advanced-ada/parts/data_types/numerics.rst
@@ -3364,8 +3364,8 @@ Machine representation of fixed-point types
3364
3365
In this section, we discuss how fixed-point types are represented in actual
3366
hardware. Typically, the machine representation of objects of fixed-point type
3367
-consists of integer values scaled by the *small* of the type. To retrieve
3368
-the actual integer representation, we can use
+consists of integer values implicitly scaled by the *small* of the type. To
+retrieve the actual integer representation, we can use
3369
:ref:`overlays <Adv_Ada_Address_Aspect_Overlay>`.
3370
3371
0 commit comments