.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1995 Jim Van Zandt .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" changed `square root' into `cube root' - aeb, 950919 .\" .\" Modified 2002-07-27 Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH cbrt 3 "20. Juli 2023" "Linux man\-pages 6.05.01" .SH BEZEICHNUNG cbrt, cbrtf, cbrtl \- kubische Wurzelfunktion .SH BIBLIOTHEK Mathematik\-Bibliothek (\fIlibm\fP, \fI\-lm\fP) .SH ÜBERSICHT .nf \fB#include \fP .PP \fBdouble cbrt(double \fP\fIx\fP\fB);\fP \fBfloat cbrtf(float \fP\fIx\fP\fB);\fP \fBlong double cbrtl(long double \fP\fIx\fP\fB);\fP .fi .PP .RS -4 Mit Glibc erforderliche Feature\-Test\-Makros (siehe \fBfeature_test_macros\fP(7)): .RE .PP \fBcbrt\fP(): .nf .\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .PP \fBcbrtf\fP(), \fBcbrtl\fP(): .nf _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .SH BESCHREIBUNG Diese Funktionen berechnen (den Realteil der) kubischen Wurzel von \fIx\fP. Diese Funktion kann nicht fehlschlagen; jede reelle Zahl verfügt über eine reelle, kubische Wurzel. .SH RÜCKGABEWERT Diese Funktionen liefern die kubische Wurzel von \fIx\fP zurück. .PP Falls \fIx\fP +0, \-0, positiv unendlich, negativ unendlich oder NaN ist, wird \fIx\fP zurückgeliefert. .SH FEHLER Es treten keine Fehler auf. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .TS allbox; lbx lb lb l l l. Schnittstelle Attribut Wert T{ .na .nh \fBcbrt\fP(), \fBcbrtf\fP(), \fBcbrtl\fP() T} Multithread\-Fähigkeit MT\-Sicher .TE .sp 1 .SH STANDARDS C11, POSIX.1\-2008. .SH GESCHICHTE .\" .BR cbrt () .\" was a GNU extension. It is now a C99 requirement. C99, POSIX.1\-2001. .SH "SIEHE AUCH" \fBpow\fP(3), \fBsqrt\fP(3) .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Markus Schmitt und Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .