kennen:lib:tanh
Inhaltsverzeichnis
tanh()
Parameter
x | relle Zahl |
Ergebnis
Rückgabewert: sinh(x)/cosh(x)
.
Siehe auch
Beispiel
- tanh.cpp
#include <cmath> #include <iostream> int main() { std::cout << "tanh(1) = " << std::tanh(1) << '\n'; }
kennen/lib/tanh.txt · Zuletzt geändert: 2019-11-20 16:31 von 127.0.0.1