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