summaryrefslogtreecommitdiffstats
path: root/man3/INFINITY.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/INFINITY.3')
-rw-r--r--man3/INFINITY.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/INFINITY.3 b/man3/INFINITY.3
index aa7ea0c..0f8eab0 100644
--- a/man3/INFINITY.3
+++ b/man3/INFINITY.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH INFINITY 3 2023-03-30 "Linux man-pages 6.05.01"
+.TH INFINITY 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL \- floating-point constants
.SH LIBRARY
@@ -12,11 +12,11 @@ Math library
.nf
.BR "#define _ISOC99_SOURCE" " /* See feature_test_macros(7) */"
.B #include <math.h>
-.PP
+.P
.B INFINITY
-.PP
+.P
.B NAN
-.PP
+.P
.B HUGE_VAL
.B HUGE_VALF
.B HUGE_VALL
@@ -27,7 +27,7 @@ The macro
expands to a
.I float
constant representing positive infinity.
-.PP
+.P
The macro
.B NAN
expands to a
@@ -42,7 +42,7 @@ The opposite is a
.I signaling
NaN.
See IEC 60559:1989.
-.PP
+.P
The macros
.BR HUGE_VAL ,
.BR HUGE_VALF ,
@@ -58,7 +58,7 @@ that represent a large positive value, possibly positive infinity.
C11.
.SH HISTORY
C99.
-.PP
+.P
On a glibc system, the macro
.B HUGE_VAL
is always available.