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