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