aboutsummaryrefslogtreecommitdiff
path: root/include/math.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-03math: add exception handling functionalitySergey Cherkashin1-1/+25
2015-12-09bsd supports the same floating point classification functions as c99Waldemar Brodkorb1-1/+6
2015-04-25Revert "Do not define unimplemented functions"Waldemar Brodkorb1-2/+0
2015-03-29merge uClibc git masterWaldemar Brodkorb1-0/+2
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer1-0/+2
2014-09-26Do not define unimplemented functionsCristian Morales Vega1-0/+2
2012-11-18Replace FSF snail mail address with URLsMike Frysinger1-3/+2
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko1-27/+25
2010-06-10libm: unhide signgamRoman I Khimov1-1/+0
2009-11-19MAXFLOAT: obsolescent in SUSv4Bernhard Reutner-Fischer1-0/+2
2009-09-05math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko1-1/+1
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer1-6/+6
2009-02-18mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko1-6/+9
2009-02-17fix typo in commentDenis Vlasenko1-1/+1
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko1-24/+32
2009-02-14math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko1-16/+23
2008-12-28remove many functions which just call __ieee754_<function>,Denis Vlasenko1-0/+1
2008-12-22- remove whitespaceBernhard Reutner-Fischer1-4/+1
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer1-4/+27
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer1-9/+9
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer1-1/+1
2006-08-24sync with upstream via psmMike Frysinger1-11/+65
2005-11-04Sync up w/ glibcPeter S. Mazinger1-9/+9
2001-11-22Totally rework the math library, this time based on the MacOs XEric Andersen1-462/+257
2001-11-20Be more careful able not shadowing with var namesEric Andersen1-6/+6
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough1-0/+5
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III1-11/+11
2001-05-25We need the definition of HUGE_VAL fpr some apps. Include it.Eric Andersen1-0/+1
2001-05-25Cleanup the math.h header file. It was broken when enabling doublesEric Andersen1-239/+218
2001-05-21Proper prototype for mtherr, although this should probably be made anManuel Novoa III1-1/+1
2001-05-10uClibc now has a math library. muahahahaha!Eric Andersen1-169/+627
2001-02-26g++ compatible math defines.David McCullough1-127/+127
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen1-0/+6
2000-10-30More header file updatesEric Andersen1-0/+170
2000-05-14Initial revisionErik Andersen1-0/+0