Changeset f08da1c in mainline for uspace/lib/c/generic/gsort.c

Timestamp:
2019-02-08T12:55:28Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
d3c129d
Parents:
d64303b
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-01-26 09:21:29)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
Message:

Ensures that the exponent is smallest possible value if 0.0

The old implementation used 1 - BIAS to display the number
0.0. This is not correct since this would indicate that
the hidden bit is available. Significant part 0 and
smallest possible value for the exponent indicates
0.0

(No files)

Note: See TracChangeset for help on using the changeset viewer.