4 references to GetPower
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (1)
1517
ReadOnlySpan<nuint> exactBits = BigIntegerCalculator.
GetPower
(
System\Numerics\BigIntegerCalculator.PowMod.cs (3)
103
ReadOnlySpan<nuint> selectedPower =
GetPower
(powerIndices, powers, index);
140
ReadOnlySpan<nuint> selectedPower =
GetPower
(powerIndices, powers, index);
158
ReadOnlySpan<nuint> lastPower =
GetPower
(powerIndices, powers, powerIndices.Length - 1);