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

◆ sqrt() [5/10]

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

Return the square root of the arithmetic argument.

Return the square root of the complex argument.

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
square root of the argument
Template Parameters
Vcomplex<Aritmetic> argument
Parameters
[in]xargument
Returns
square root of the argument

Definition at line 22 of file sqrt.hpp.