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

◆ operator+=() [2/2]

template<typename T >
fvar< T > & stan::math::fvar< T >::operator+= ( double  x2)
inline

Add the specified value to this variable and return a reference to this variable.

Parameters
[in]x2value to add
Returns
reference to this variable after addition

Definition at line 118 of file fvar.hpp.