Everything

exp / expf / expl


Calculates the exponential function of a floating-point number.

[Format]

#include <math.h>

double exp (double d);

float expf (float d);

long double expl (long double d);

[Parameters]

d Floating-point number for which exponential function is to be computed

[Return values]

Exponential function value of d