summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/math.c
Commit message (Expand)AuthorAge
* all: Fix implicit floating point to integer conversions.stijn2020-04-18
* all: Fix implicit conversion from double to float.stijn2020-04-18
* lib/libm/math: Add implementation of __signbitf, if needed by a port.Damien George2018-09-27
* lib/libm/math: Fix int type in float union, uint64_t should be uint32_t.Damien George2018-09-27
* lib/libm/math: Make tanhf more efficient and handle large numbers.Damien George2018-09-04
* lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.Damien George2017-10-10
* lib/libm: Fix tanhf so that it correctly handles +/- infinity args.Damien George2017-10-04
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* lib/libm/math: Remove implementations of float conversion functions.Damien George2017-06-14
* lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George2016-11-03
* lib/libm: Allow math funcs to be used by non-Thumb archs.Damien George2015-12-18
* lib/libm: Add implementations of erf, erfc, lgamma, tgamma.Damien George2015-02-22
* lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George2015-01-22
* stmhal: Add fake implementation of __aeabi_f2lz().Paul Sokolovsky2014-12-30
* lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George2014-12-18
* py: Implement divmod, % and proper // for floating point.Damien George2014-09-13
* py and libm: Add asinf,acosf; print higher precision for float.Damien George2014-09-11
* lib, libm: Add back dummy definition of tanf.Damien George2014-08-29
* lib: Add lib and libm, moving current files from stmhal.Damien George2014-08-29