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