2 references to Pow
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
1145BigIntegerCalculator.Pow(value._bits!, NumericsHelpers.Abs(exponent._sign), modulus._bits!, bits);
System\Numerics\BigIntegerCalculator.PowMod.cs (1)
254Pow(value != 0 ? new ReadOnlySpan<nuint>(in value) : default, power, modulus, bits);