codex
|
#include <cassert>
#include <cmath>
#include <concepts>
Go to the source code of this file.
Namespaces | |
namespace | detail |
Concepts | |
concept | arithmetic |
Functions | |
template<typename T > | |
constexpr T | detail::power (T b, T e) |
template<typename T > requires std::semiregular<T> && std::constructible_from<T, int> && std::three_way_comparable<T> && arithmetic<T> | |
T | power (T b, T e) |