Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Fix implicit conversion from double to float. | stijn | 2020-04-18 |
| | | | | These are found when building with -Wfloat-conversion. | ||
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
| | | | | | There were several different spellings of MicroPython present in comments, when there should be only one. | ||
* | lib/libm: Add frexp and modf functions; use in stmhal; add tests. | Damien George | 2015-01-22 |
Addresses issue #1081. |