summaryrefslogtreecommitdiff
path: root/src/math/fmal.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz1-6/+6
2012-03-19fmal bug fix: nan input should not raise exceptionnsz1-4/+4
2012-03-16make fma and lrint functions build without full fenv supportRich Felker1-2/+12
2012-03-13first commit of the new libm!Rich Felker1-0/+266