1 reference to maxFastRoundingDigits
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1430if ((digits > maxFastRoundingDigits) || !Number.TryRoundToDecimalDigitsFast(value, digits, mode, out double rounded))