MicrOS
exp.c File Reference
#include "../math.h"

Functions

double exp (double x)
 Compute exponential function. More...
 

Function Documentation

◆ exp()

double exp ( double  x)

Compute exponential function.

The exp functions compute the base-e exponential of x. A range error occurs if the magnitude of x is too large.

Parameters
xValue of the exponent.
Returns
The exp functions return e^x.