4 references to Arithmetic_NaN
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1728throw new ArithmeticException(SR.Arithmetic_NaN);
src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1440throw new ArithmeticException(SR.Arithmetic_NaN); 1490throw new ArithmeticException(SR.Arithmetic_NaN);
src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
209ThrowHelper.ThrowArithmeticException(SR.Arithmetic_NaN);