]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cbrt.3
user_namespaces.7: Minor rewordings of recently added text
[thirdparty/man-pages.git] / man3 / cbrt.3
index 6fbc1461bf43446cd71998d47c2e11618bf00c2d..946ee50eef8bf05a9e7e616f19bccf03dce6452e 100644 (file)
@@ -27,7 +27,7 @@
 .\" Modified 2002-07-27 Walter Harms
 .\" (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH CBRT 3  2016-03-15 "GNU"  "Linux Programmer's Manual"
+.TH CBRT 3  2017-09-15 "GNU"  "Linux Programmer's Manual"
 .SH NAME
 cbrt, cbrtf, cbrtl \- cube root function
 .SH SYNOPSIS
@@ -35,9 +35,7 @@ cbrt, cbrtf, cbrtl \- cube root function
 .B #include <math.h>
 .PP
 .BI "double cbrt(double " x );
-.br
 .BI "float cbrtf(float " x );
-.br
 .BI "long double cbrtl(long double " x );
 .fi
 .PP
@@ -74,7 +72,7 @@ representable real cube root.
 .SH RETURN VALUE
 These functions return the cube root of
 .IR x .
-
+.PP
 If
 .I x
 is +0, \-0, positive infinity, negative infinity, or NaN,