Fix typo.

This commit is contained in:
Richard Stallman 2022-09-15 17:01:25 -04:00
parent 923f8cfaaf
commit 7e7fdc27d8
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ numbers have to be converted to that base, and then converted
back again at output time. The two base conversions are rarely
exact, and unwanted rounding errors are introduced.
@cindex hexademical floating-point constants
@cindex hexadecimal floating-point constants
As computers usually represent numbers in a base other than 10,
numbers often must be converted to and from different bases, and
rounding errors can occur during conversion. This problem is solved