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