summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/sf_modf.c
Commit message (Collapse)AuthorAge
* all: Fix implicit conversion from double to float.stijn2020-04-18
| | | | These are found when building with -Wfloat-conversion.
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-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 George2015-01-22
Addresses issue #1081.