]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/sin.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / sin.3
index 3fb50f6230d70d8bc83875e37ca8a63532ae417b..2c6f171abd35b40ba8ce484d7a426df95ea8d082 100644 (file)
@@ -72,11 +72,11 @@ given in radians.
 .SH RETURN VALUE
 On success, these functions return the sine of
 .IR x .
-
+.PP
 If
 .I x
 is a NaN, a NaN is returned.
-
+.PP
 If
 .I x
 is positive infinity or negative infinity,
@@ -117,7 +117,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