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