2 references to Pow
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
1074
BigIntegerCalculator.
Pow
(value._bits, power, bits);
System\Numerics\BigIntegerCalculator.PowMod.cs (1)
18
Pow
(value != 0U ? new ReadOnlySpan<uint>(in value) : default, power, bits);