aboutsummaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2017-06-14lib/libm/math: Remove implementations of float conversion functions.Damien George
2017-05-31lib/libm: Use isfinite instead of finitef, for C99 compatibility.Damien George
2017-03-24lib/libm: Add implementation of nearbyintf, from musl-1.1.16.Damien George
2016-11-03lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George
2016-06-25lib/libm: Remove unused definition of "one".Damien George
2016-06-25lib/libm: Format code to pass gcc v6.1.1 warning.Damien George
2015-12-18lib/libm: Allow math funcs to be used by non-Thumb archs.Damien George
2015-02-22lib/libm: Add implementations of erf, erfc, lgamma, tgamma.Damien George
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2014-12-30stmhal: Add fake implementation of __aeabi_f2lz().Paul Sokolovsky
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-09-11py and libm: Add asinf,acosf; print higher precision for float.Damien George
2014-08-29lib, libm: Add back dummy definition of tanf.Damien George
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George