6 references to Arithmetic_NaN
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1778throw new ArithmeticException(SR.Arithmetic_NaN);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1461throw new ArithmeticException(SR.Arithmetic_NaN); 1511throw new ArithmeticException(SR.Arithmetic_NaN);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (1)
3407throw new ArithmeticException(SR.Arithmetic_NaN);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1367throw new ArithmeticException(SR.Arithmetic_NaN);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
209ThrowHelper.ThrowArithmeticException(SR.Arithmetic_NaN);