Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PowUint ¶
func PowUint[T constraints.Integer | constraints.Float](x T, n uint) T
PowUint provides a faster implementation of x^n where n is a uint the algorithm is O(log2(n))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.