expf
Calculates the exponential function of a floating-point number.
[Format]
#include <mathf.h>
float expf (float f);
[Parameters]
f Floating-point number for which exponential function is to be computed
[Return values]
Exponential function value of f