pow

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

Raises this number in the power of exponent.

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