BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
Math.hpp File Reference
#include <concepts>
#include <cstdint>
#include <utility>
Include dependency graph for Math.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

This file provides some basic maths utility functions.

Definition in file Math.hpp.