aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_ceill.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the last change, the conversion from long double to double can raiseStefan Farfeleder2005-04-281-4/+4
* Use double additions to raise the inexact exception to work around problemsStefan Farfeleder2005-04-221-4/+4
* Fix raising the inexact exception (FE_INEXACT) if the result differs from theStefan Farfeleder2005-04-221-7/+12
* Implement and document ceill().Stefan Farfeleder2005-01-131-0/+97