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

◆ complex_divide()

template<typename U , typename V >
complex_return_t< U, V > stan::math::internal::complex_divide ( const U &  lhs,
const V &  rhs 
)
inline

Return the quotient of the specified arguments.

At least one of the arguments must be a complex number.

Template Parameters
Utype of first argumentx
Vtype of second argument
Parameters
[in]lhsfirst argument
[in]rhssecond argument
Returns
quotient of the arguments

Definition at line 23 of file operator_division.hpp.