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

◆ operator/() [1/20]

template<typename T >
fvar< T > stan::math::operator/ ( const fvar< T > &  x1,
const fvar< T > &  x2 
)
inline

Return the result of dividing the first argument by the second.

Template Parameters
Ttype of fvar value and tangent
Parameters
x1first argument
x2second argument
Returns
first argument divided by second argument

Definition at line 21 of file operator_division.hpp.