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

◆ complex_sqrt()

template<typename V >
std::complex< V > stan::math::internal::complex_sqrt ( const std::complex< V > &  z)
inline

Return the square root of the complex argument.

Template Parameters
Vvalue type of argument
Parameters
[in]zargument
Returns
square root of the argument

Definition at line 70 of file sqrt.hpp.