STYLE: consistent rounding for float/double underflow (issue #625)
- use (value <= VSMALL) instead of (value < VSMALL) for consistency with what equal(value, 0) delivers.
Please register or sign in to comment
Site will likely be offline for maintenance 27/28 March - more details soon
- use (value <= VSMALL) instead of (value < VSMALL) for consistency with what equal(value, 0) delivers.