From cff11c9b8ce403faf62ba36d6f7879d74d8a10c5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 30 Jul 2024 10:23:12 -0400 Subject: [PATCH] Fix typo. --- fp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp.texi b/fp.texi index e86749e..f32dfd3 100644 --- a/fp.texi +++ b/fp.texi @@ -871,7 +871,7 @@ exact, and unwanted rounding errors are introduced. 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 -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 closest to, but below, @code{1.0}. The significand is represented as a hexadecimal fraction, and the @emph{power of two} is written in