]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/asin.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / asin.3
index 099eb208cfd844cc7a07d63bac855775ef4db0f1..c8dd8d3eff5370f2347047da3283eecfc05c7973 100644 (file)
@@ -71,16 +71,16 @@ that is the value whose sine is
 On success, these functions return the principal value of the arc sine of
 .IR x
 in radians; the return value is in the range [\-pi/2,\ pi/2].
-
+.PP
 If
 .I x
 is a NaN, a NaN is returned.
-
+.PP
 If
 .I x
 is +0 (\-0),
 +0 (\-0) is returned.
-
+.PP
 If
 .I x
 is outside the range [\-1,\ 1],
@@ -120,7 +120,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