power

open override fun power(base: UByte, exponent: UInt): UByte(source)
open override fun power(base: UByte, exponent: ULong): UByte(source)

Raises base number in the power of exponent.

The result is equal to product of exponent number of base copies.