Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns 1 if the input's value is NaN and 0 otherwise.
Delegates to is_nan
.
T | inner type of the fvar |
x | Value to test. |
1
if the value is NaN and 0
otherwise. Definition at line 22 of file is_nan.hpp.