kennen:lib:log1p
Inhaltsverzeichnis
log1p()
Parameter
x | reeller Logarithmand $x > -1$ |
Ergebnis
Rückgabewert: log(1+x)
.
Siehe auch
Beispiel
- log1p.cpp
#include <cmath> #include <iostream> int main() { std::cout << "log1p(0.0) = " << std::log1p(1.0) << '\n'; }
kennen/lib/log1p.txt · Zuletzt geändert: 2019-11-20 15:47 von 127.0.0.1