Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/s_isnan.c')
-rw-r--r--newlib/libm/math/s_isnan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libm/math/s_isnan.c b/newlib/libm/math/s_isnan.c
index 5d83fc043..0338cfe47 100644
--- a/newlib/libm/math/s_isnan.c
+++ b/newlib/libm/math/s_isnan.c
@@ -55,7 +55,7 @@ TRAD_SYNOPSIS
DESCRIPTION
- These functions provide information on the floating point
+ These functions provide information on the floating-point
argument supplied.
There are five major number formats -
@@ -63,13 +63,13 @@ DESCRIPTION
o zero
a number which contains all zero bits.
o subnormal
- Is used to represent number with a zero exponent, but a non zero fraction.
+ Is used to represent number with a zero exponent, but a nonzero fraction.
o normal
A number with an exponent, and a fraction
o infinity
A number with an all 1's exponent and a zero fraction.
o NAN
- A number with an all 1's exponent and a non zero fraction.
+ A number with an all 1's exponent and a nonzero fraction.
o-
@@ -79,7 +79,7 @@ DESCRIPTION
The <<isnanf>>, <<isinff>> and <<finitef>> perform the same
operations as their <<isnan>>, <<isinf>> and <<finite>>
- counterparts, but on single precision floating point numbers.
+ counterparts, but on single-precision floating-point numbers.
QUICKREF
isnan - pure