summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/cbrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man3/cbrt.3')
-rw-r--r--upstream/archlinux/man3/cbrt.39
1 files changed, 6 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/cbrt.3 b/upstream/archlinux/man3/cbrt.3
index c11f9f27..8cfa6e67 100644
--- a/upstream/archlinux/man3/cbrt.3
+++ b/upstream/archlinux/man3/cbrt.3
@@ -8,7 +8,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
-.TH cbrt 3 2023-10-31 "Linux man-pages 6.06"
+.TH cbrt 3 2024-05-02 "Linux man-pages 6.8"
.SH NAME
cbrt, cbrtf, cbrtl \- cube root function
.SH LIBRARY
@@ -47,8 +47,11 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
These functions return the (real) cube root of
.IR x .
-This function cannot fail; every representable real value has a
-representable real cube root.
+This function cannot fail;
+every representable real value
+has a real cube root,
+and rounding it to a representable value
+never causes overflow nor underflow.
.SH RETURN VALUE
These functions return the cube root of
.IR x .