Home > Electronics Tutorials > C Language Tutorial > math.h - Exponential, Logarithmic and Power Functions - exp

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - exp

Declaration:

double exp(double x);

Returns the value of e raised to the xth power.

Range: There is no range limit on the argument or return value.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......