Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ is_integer()

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

Returns true if the input is an integer and false otherwise.

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

Definition at line 18 of file is_integer.hpp.