|
BenBot 1.7.5
A chess engine
|
#include <concepts>#include <cstdint>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::math |
Functions | |
| template<std::integral T> | |
| constexpr auto | util::math::is_even (const T value) noexcept -> bool |
| auto | util::math::mul_hi64 (uint64_t first, uint64_t second) noexcept -> uint64_t |
This file provides some basic maths utility functions.
Definition in file Math.hpp.