4 references to Arithmetic_NaN
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1744throw new ArithmeticException(SR.Arithmetic_NaN);
src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1374throw new ArithmeticException(SR.Arithmetic_NaN); 1424throw new ArithmeticException(SR.Arithmetic_NaN);
src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
170ThrowHelper.ThrowArithmeticException(SR.Arithmetic_NaN);