3#ifndef pRC_CORE_VALUE_FUNCTIONS_FLOOR_H
4#define pRC_CORE_VALUE_FUNCTIONS_FLOOR_H
14 static inline constexpr auto floor(
T const &a)
16 return Float(std::floor(a()));
20 static inline constexpr auto floor(
T const &a)
Definition cholesky.hpp:10
Float(Float< 16 >::Fundamental const) -> Float< 16 >
static constexpr auto floor(X &&a)
Definition floor.hpp:14