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

◆ operator/() [13/20]

template<typename U , typename V , require_all_stan_scalar_t< U, V > * = nullptr>
complex_return_t< U, V > stan::math::operator/ ( const std::complex< U > &  x,
const std::complex< V > &  y 
)
inline

Return the quotient of the arguments.

Template Parameters
Uvalue type of first argument
Vvalue type of second argument
Parameters
xfirst argument
ysecond argument
Returns
quotient of the arguments

Definition at line 40 of file operator_division.hpp.