summaryrefslogtreecommitdiff
path: root/libm/double/round.c
AgeCommit message (Collapse)Author
2001-11-22Totally rework the math library, this time based on the MacOs XEric Andersen
math library (which is itself based on the math lib from FreeBSD). -Erik
2001-06-27Fix syntax error in comment.Manuel Novoa III
2001-06-19Remove Erik's broken implementation of rint(). Replace it by one "less broken".Manuel Novoa III
Also correct rounding beharior of round() and add trunc(). Note that round() and rint() currently don't check for infs and nans. I decided to wait on that until the big cleanup.
2001-05-10uClibc now has a math library. muahahahaha!Eric Andersen
-Erik