Name:
exp
the exponential function.
Library names:
sollya_obj_t sollya_lib_exp(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_exp(sollya_obj_t)
#define SOLLYA_EXP(x) sollya_lib_build_function_exp(x)
Description:
- exp is the usual exponential function defined as the solution of the
ordinary differential equation y' = y with y(0)=1.
- exp(x) is defined for every real number x.
Go back to the list of commands