summaryrefslogtreecommitdiff
path: root/include/math.h
AgeCommit message (Collapse)Author
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-08-24sync with upstream via psmMike Frysinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
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-11-20Be more careful able not shadowing with var namesEric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
from libm float function support. Also, move all Config files out of the main directory.
2001-05-25We need the definition of HUGE_VAL fpr some apps. Include it.Eric Andersen
-Erik
2001-05-25Cleanup the math.h header file. It was broken when enabling doublesEric Andersen
but disabling long doubles. -Erik
2001-05-21Proper prototype for mtherr, although this should probably be made anManuel Novoa III
internal/hidden function (and merror and internal/hidden variable).
2001-05-10uClibc now has a math library. muahahahaha!Eric Andersen
-Erik
2001-02-26g++ compatible math defines.David McCullough
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-10-30More header file updatesEric Andersen
2000-05-14Initial revisionErik Andersen