pow

open infix override fun UInt.pow(exponent: UInt): UInt(source)
open infix override fun UInt.pow(exponent: ULong): UInt(source)

Raises this number in the power of exponent.

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