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

◆ isnan() [2/2]

template<typename T , typename = require_autodiff_t<T>>
bool stan::math::isnan ( const T &  x)
inline

Return true if specified argument is not-a-number.

Overloads std::isnan from <cmath> for argument-dependent lookup.

Template Parameters
ADTypetype of argument
Parameters
[in]xargument
Returns
true if argument is not-a-number

Definition at line 21 of file isnan.hpp.