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

◆ is_inf() [1/3]

template<typename T >
int stan::math::is_inf ( const fvar< T > &  x)
inline

Returns 1 if the input's value is infinite and 0 otherwise.

Delegates to is_inf.

Template Parameters
Tinner type of the fvar
Parameters
xValue to test.
Returns
1 if the value is infinite and 0 otherwise.

Definition at line 21 of file is_inf.hpp.