Actions
Bug #16044
closedFloat::ROUNDS (FLT_ROUNDS) should not be a constant.
Description
According to the reference, FLT_ROUNDS
is not a constant in C.
FLT_ROUNDS
Returns the current rounding direction of floating-point arithmetic operations.
Notes
The rounding mode can be changed withfesetround
andFLT_ROUNDS
reflects that change.
So it should not be a constant in Ruby too. Or it should be removed altogether.
Actions
Like0
Like0Like0Like0Like0Like0Like0