1
0
Fork 0

Added index entries for the majority of the text thusfar

master
Mike Gerwitz 2013-07-29 12:41:59 -04:00
parent 9b4cae6930
commit 6d3ee9dd9f
1 changed files with 3 additions and 3 deletions

View File

@ -74,15 +74,15 @@ developers addressed by this specification.
of integers''.}
\dt{float}
A datatype using binary floating point.
A datatype using binary ^[floating-point].
\dt{floating point}
\dt{floating-point}
A binary approximation of a real number up to a fixed number of digits,
generally represented by a sign bit; a significand (also called the
``coefficient'' and less often the ``mantissa''); and a scaling base and
exponent. See IEEE 754. For the purposes of this specification, it \shall be
understood that the result of an arithmetic operation in which one of the
operands is a floating point number may not be able to be represented exactly
operands is a ^floating-point number may not be able to be represented exactly
in its binary representation, which may result in precision errors. These
errors may cause problems with rounding operations.