Template Function librapid::floor(VAL&&)#

Function Documentation#

Warning

doxygenfunction: Unable to resolve function “librapid::floor” with arguments (VAL&&) in doxygen xml output for project “librapid” from directory: ../xml. Potential matches:

- mpfr floor(const mpfr &val)
- template<class VAL, typename std::enable_if_t<detail::isArrayOp<VAL>(), int> = 0> auto floor(VAL &&val)
- template<typename T, typename std::enable_if_t<std::is_fundamental_v<T>, int> = 0> constexpr T floor(T val)
- template<typename T, typename std::enable_if_t<typetraits::IsSIMD<T>::value, int> = 0> auto floor(const T &x)
- template<typename T> Complex<T> floor(const Complex<T> &other)