Skip to content
Snippets Groups Projects
Commit c8468958 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: consistent rounding for float/double underflow (issue #625)

- use (value <= VSMALL) instead of (value < VSMALL) for consistency
  with what equal(value, 0) delivers.
parent f6b07148
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment