summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/sf_frexp.c
Commit message (Collapse)AuthorAge
* 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.