Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

21.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 .