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

◆ operator<() [2/8]

template<typename T >
bool stan::math::operator< ( double  x,
const fvar< T > &  y 
)
inline

Return true if the first argument is less than the value of the second argument as defined by <.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
true if the first argument is less than the second's value argument

Definition at line 35 of file operator_less_than.hpp.