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(double)
.
T | type of input |
v | value to test |
1
if the value is NaN and 0
otherwise. Definition at line 20 of file is_nan.hpp.