Table of Contents
Previous Section Next Section

exp

#include <cmath>float exp(float arg);double exp(double arg);
long double exp(long double arg);

The exp( ) function returns the natural logarithm e raised to the arg power.

A related function is log( ).


Table of Contents
Previous Section Next Section