power

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

Raises base number in the power of exponent.

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