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

Functions

float expf (float x)
 Compute exponential function. More...
 

Function Documentation

◆ expf()

float expf ( float  x)

Compute exponential function.

The expf 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 expf functions return e^x.