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

◆ isnan()

bool std::isnan ( const stan::math::var a)
inline

Checks if the given number is NaN.

Return true if the value of the specified variable is not a number.

Parameters
aVariable to test.
Returns
true if value is not a number.

Definition at line 18 of file std_isnan.hpp.