index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
math.h
Age
Commit message (
Expand
)
Author
2010-10-31
libm: improve readability of math.h; expand comments and docs
Denys Vlasenko
2010-06-10
libm: unhide signgam
Roman I Khimov
2009-11-19
MAXFLOAT: obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-09-05
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
2009-08-30
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-02-18
mathcalls.h: remove tons of redundant semicolons; better comment about macros
Denis Vlasenko
2009-02-17
fix typo in comment
Denis Vlasenko
2009-02-17
test/math/compile_test.c: "are long double functions even compile/link?" test
Denis Vlasenko
2009-02-14
math.h: fix libm_hidden_proto leak into sanitized headers
Denis Vlasenko
2008-12-28
remove many functions which just call __ieee754_<function>,
Denis Vlasenko
2008-12-22
- remove whitespace
Bernhard Reutner-Fischer
2008-12-22
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...
Bernhard Reutner-Fischer
2008-10-03
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2006-08-24
sync with upstream via psm
Mike Frysinger
2005-11-04
Sync up w/ glibc
Peter S. Mazinger
2001-11-22
Totally rework the math library, this time based on the MacOs X
Eric Andersen
2001-11-20
Be more careful able not shadowing with var names
Eric Andersen
2001-07-11
Added __BEGIN_DECLS and __END_DECLS to the files that didn't have
David McCullough
2001-05-28
Make selection of uClibc floating point support in printf, etc. seperate
Manuel Novoa III
2001-05-25
We need the definition of HUGE_VAL fpr some apps. Include it.
Eric Andersen
2001-05-25
Cleanup the math.h header file. It was broken when enabling doubles
Eric Andersen
2001-05-21
Proper prototype for mtherr, although this should probably be made an
Manuel Novoa III
2001-05-10
uClibc now has a math library. muahahahaha!
Eric Andersen
2001-02-26
g++ compatible math defines.
David McCullough
2000-12-20
A number of updates from Manuel Novoa III. Things look good...
Eric Andersen
2000-10-30
More header file updates
Eric Andersen
2000-05-14
Initial revision
Erik Andersen