Fix typo.

This commit is contained in:
Richard Stallman 2024-07-30 10:23:12 -04:00
parent 9ac6feb5de
commit cff11c9b8c
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@ exact, and unwanted rounding errors are introduced.
As computers usually represent numbers in a base other than 10, As computers usually represent numbers in a base other than 10,
numbers often must be converted to and from different bases, and numbers often must be converted to and from different bases, and
rounding errors can occur during conversion. This problem is solved rounding errors can occur during conversion. This problem is solved
in C using hexademical floating-point constants. For example, in C using hexadecimal floating-point constants. For example,
@code{+0x1.fffffcp-1} is the number that is the IEEE 754 32-bit value @code{+0x1.fffffcp-1} is the number that is the IEEE 754 32-bit value
closest to, but below, @code{1.0}. The significand is represented as a closest to, but below, @code{1.0}. The significand is represented as a
hexadecimal fraction, and the @emph{power of two} is written in hexadecimal fraction, and the @emph{power of two} is written in