Skip to content

BigInt.Pow

Name - Description Default Type
<input> Big integer represented as bytes. Bytes
<output> Big integer represented as bytes. Bytes
Operand The integer operand, can be a variable None Int&Int

Examples

1
2
3
4
5
6
7
8 (BigInt) = .expected

2 (BigInt)
(BigInt.Pow
 ;:Operand
 3)
(BigInt.Is .expected) (Assert.Is true true)