3 references to Pow10
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (1)
1176Pow10(exponent, out BigInteger poweredValue);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (1)
199BigInteger.Pow10((uint)(-digitExponent), out BigInteger pow10);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1143BigInteger.Pow10(fractionalDenominatorExponent, out BigInteger fractionalDenominator);