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

◆ is_any_nan() [2/2]

template<typename T , typename... Ts>
bool stan::math::is_any_nan ( const T &  x,
const Ts &...  xs 
)
inline

Returns true if any input is NaN and false otherwise.

Delegates to stan::math::is_nan.

Parameters
xfirst argument
xsparameter pack of remaining arguments to forward to function
Returns
true if any value is NaN

Definition at line 35 of file is_any_nan.hpp.