]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/log.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / log.3
index d0252d70c131a57b1959f73327b05b1ecdca1b17..237dbe76517068056797690b9a7ff46e94cf0067 100644 (file)
@@ -69,21 +69,21 @@ These functions return the natural logarithm of
 .SH RETURN VALUE
 On success, these functions return the natural logarithm of
 .IR x .
-
+.PP
 If
 .I x
 is a NaN,
 a NaN is returned.
-
+.PP
 If
 .I x
 is 1, the result is +0.
-
+.PP
 If
 .I x
 is positive infinity,
 positive infinity is returned.
-
+.PP
 If
 .I x
 is zero,
@@ -93,7 +93,7 @@ then a pole error occurs, and the functions return
 or
 .RB - HUGE_VALL ,
 respectively.
-
+.PP
 If
 .I x
 is negative (including negative infinity), then
@@ -137,7 +137,7 @@ T}  Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
 C99, POSIX.1-2001, POSIX.1-2008.
-
+.PP
 The variant returning
 .I double
 also conforms to