aboutsummaryrefslogtreecommitdiffstats
path: root/man3/nextup.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/nextup.3')
-rw-r--r--man3/nextup.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/nextup.3 b/man3/nextup.3
index e9d43ab697..701a957feb 100644
--- a/man3/nextup.3
+++ b/man3/nextup.3
@@ -30,15 +30,15 @@ return next floating-point number toward positive/negative infinity
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <math.h>
-
+.PP
.BI "double nextup(double " x );
.BI "float nextupf(float " x );
.BI "long double nextupl(long double " x );
-
+.PP
.BI "double nextdown(double " x );
.BI "float nextdownf(float " x );
.BI "long double nextdownl(long double " x );
-
+.PP
Link with \fI\-lm\fP.
.SH DESCRIPTION
The