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

◆ is_floating_point

template<typename T >
using stan::is_floating_point = typedef std::is_floating_point<std::decay_t<T> >

Checks if decayed type is a floating point type.

Template Parameters
Thetype to check

Definition at line 14 of file is_floating_point.hpp.