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

◆ divide() [3/8]

template<typename Scal1 , typename Scal2 , require_all_stan_scalar_t< Scal1, Scal2 > * = nullptr>
return_type_t< Scal1, Scal2 > stan::math::divide ( const Scal1 &  x,
const Scal2 &  y 
)
inline

Return the division of the first scalar by the second scalar.

Parameters
[in]xSpecified scalar.
[in]ySpecified scalar.
Returns
Scalar divided by the scalar.

Definition at line 24 of file divide.hpp.