| Age | Commit message (Expand) | Author |
| 2020-08-04 | libm: rem_pio2: Reduce size of static array | Jeff Epler |
| 2020-08-04 | libm: ef_rem_pio2.c: Save ROM-tables at the expense of speed | Jeff Epler |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò |
| 2020-02-27 | libm: Provide log2f | Jeff Epler |
| 2020-02-27 | libm: Disable float-equal diagnostics | Jeff Epler |
| 2018-01-02 | merge from 2.2.0 + fix up board defs | Dan Halbert |
| 2017-11-02 | Merge tag 'v1.9.3' | Scott Shawcroft |
| 2017-10-24 | Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge | Scott Shawcroft |
| 2017-10-23 | Merge 2.1.0 changes into master. | Dan Halbert |
| 2017-10-10 | lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead. | Damien George |
| 2017-10-04 | lib/libm: Fix tanhf so that it correctly handles +/- infinity args. | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-06-14 | lib/libm/math: Remove implementations of float conversion functions. | Damien George |
| 2017-05-31 | lib/libm: Use isfinite instead of finitef, for C99 compatibility. | Damien George |
| 2017-03-24 | lib/libm: Add implementation of nearbyintf, from musl-1.1.16. | Damien George |
| 2016-11-03 | lib/libm: Move Thumb-specific sqrtf function to separate file. | Damien George |
| 2016-06-25 | lib/libm: Remove unused definition of "one". | Damien George |
| 2016-06-25 | lib/libm: Format code to pass gcc v6.1.1 warning. | Damien George |
| 2015-12-18 | lib/libm: Allow math funcs to be used by non-Thumb archs. | Damien George |
| 2015-02-22 | lib/libm: Add implementations of erf, erfc, lgamma, tgamma. | Damien George |
| 2015-01-22 | lib/libm: Add frexp and modf functions; use in stmhal; add tests. | Damien George |
| 2014-12-30 | stmhal: Add fake implementation of __aeabi_f2lz(). | Paul Sokolovsky |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George |
| 2014-08-29 | lib, libm: Add back dummy definition of tanf. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |