summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_hypot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* in the old days compiler could not convert decimal constantsmartynas2009-04-111-14/+4
| | | | | | | | | | accurately, hence the tricks in libm, using machine representation of constants. remove kludges and switch to use decimal constants, much simplifying the code. since, the compiler converts them accurately. generated values match on vaxfp discussed with millert@, and miod@ testing todd@, and myself ok millert@
* - noieee_src: adapt complex versions of the functions it alreadymartynas2008-10-071-0/+201
supports (which is all, except the float ones) ok millert@