FastLED 3.9.15
Loading...
Searching...
No Matches

◆ round< double >()

template<>
double fl::round< double > ( double value)
inline

Definition at line 323 of file math.h.

323 {
324 return round_impl_double(value);
325}
constexpr int type_rank< T >::value
double round_impl_double(double value)
Definition math.cpp.hpp:392

References FL_NOEXCEPT, round_impl_double(), and type_rank< T >::value.

+ Here is the call graph for this function: