kennen:lib:cbrt
Inhaltsverzeichnis
cbrt()
Parameter
x | Radikand |
Ergebnis
Rückgabewert: Kubikwurzel.
Siehe auch
Beispiel
- cbrt.cpp
#include <cmath> #include <iostream> int main() { std::cout << "cbrt(8.0) = " << std::cbrt(8.0) << '\n'; }
kennen/lib/cbrt.txt · Zuletzt geändert: 2019-11-20 15:05 von 127.0.0.1