Peano
Loading...
Searching...
No Matches
math.h File Reference
#include <concepts>
#include <lang/type.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
requires std::is_integral_v<T>
constexpr T pow_constexpr (T val, T exp)
 

Function Documentation

◆ pow_constexpr()

template<typename T >
requires std::is_integral_v<T>
constexpr T pow_constexpr ( T val,
T exp )
constexpr

Definition at line 8 of file math.h.

Referenced by Geometry< dim, fp, topBoundaryInclusive >::PowerN().

Here is the caller graph for this function: