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

◆ is_nonpositive_integer()

template<typename T >
bool stan::math::is_nonpositive_integer ( x)
inline

Returns true if the input is a nonpositive integer and false otherwise.

Parameters
xValue to test.
Returns
true if the value is an integer

Definition at line 18 of file is_nonpositive_integer.hpp.