Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns true if the input is NaN and false otherwise.
Delegates to stan::math::is_nan
so that appropriate specializations can be loaded for autodiff types.
x | Value to test. |
true
if the value is NaN. Definition at line 21 of file is_any_nan.hpp.