Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::exp is am STL math function to obtain the natural logarithm of a value.
#include <cmath> |
Screen output:
std::exp(0.000000) = 1.000000 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.