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

◆ is_inf() [2/3]

bool stan::math::is_inf ( double  x)
inline

Returns true if the input is infinite and false otherwise.

Delegates to std::isinf.

Parameters
xValue to test.
Returns
true if the value is infinite.

Definition at line 18 of file is_inf.hpp.