25#ifndef _gcem_find_whole_HPP
26#define _gcem_find_whole_HPP
constexpr llint_t find_whole(const T x) noexcept
Definition find_whole.hpp:37
constexpr T floor_check(const T x) noexcept
Definition floor.hpp:102
constexpr T abs(const T x) noexcept
Compile-time absolute value function.
Definition abs.hpp:40
long long int llint_t
Definition gcem_options.hpp:71
constexpr int sgn(const T x) noexcept
Compile-time sign function.
Definition sgn.hpp:37