Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

8.1 sexp - Exponentiation ex

#include <msca.h>

double sexp (double x);
float  sexpf(float x);

Given a value x this function raises e to x , that is ex .