OSDN Git Service

(split) LDP: Update original to LDP v3.64
[linuxjm/LDP_man-pages.git] / original / man3 / cbrt.3
index d580beb..61cf78d 100644 (file)
@@ -27,7 +27,7 @@
 .\" Modified 2002-07-27 Walter Harms
 .\" (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH CBRT 3  2010-09-20 "GNU"  "Linux Programmer's Manual"
+.TH CBRT 3  2013-09-18 "GNU"  "Linux Programmer's Manual"
 .SH NAME
 cbrt, cbrtf, cbrtl \- cube root function
 .SH SYNOPSIS
@@ -72,7 +72,8 @@ or
 .SH DESCRIPTION
 The
 .BR cbrt ()
-function returns the (real) cube root of \fIx\fP.
+function returns the (real) cube root of
+.IR x .
 This function cannot fail; every representable real value has a
 representable real cube root.
 .SH RETURN VALUE
@@ -86,6 +87,14 @@ is +0, \-0, positive infinity, negative infinity, or NaN,
 is returned.
 .SH ERRORS
 No errors occur.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR cbrt (),
+.BR cbrtf (),
+and
+.BR cbrtl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .\" .BR cbrt ()
@@ -93,3 +102,11 @@ C99, POSIX.1-2001.
 .SH SEE ALSO
 .BR pow (3),
 .BR sqrt (3)
+.SH COLOPHON
+This page is part of release 3.64 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.