Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ exp() [5/9]

template<typename T , require_arithmetic_t< T > * = nullptr>
auto stan::math::exp ( const T  x)
inline

Return the natural (base e) exponentiation of the specified complex argument.

Return the natural (base e) complex exponentiation of the specified complex argument.

Template Parameters
VArithmetic type
Parameters
xinput
Returns
natural exponentiation of specified number
Template Parameters
Vcomplex<Arithmetic> type
Parameters
xcomplex number
Returns
natural exponentiation of specified complex number
See also
documentation for std::complex for boundary condition and branch cut details

Definition at line 24 of file exp.hpp.