| Age | Commit message (Collapse) | Author |
|
Thanks to Jeff Epler for the idea.
Signed-off-by: Damien George <damien@micropython.org>
|
|
These are found when building with -Wfloat-conversion.
|
|
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
|
acoshf, asinhf, atanhf were added from musl. mathsincos.c was
split up into its original, separate files (from newlibe-nano-2).
tan was added.
All of the important missing float functions are now implemented,
and pyboard now passes tests/float/math_fun.py (finally!).
|