aboutsummaryrefslogtreecommitdiff
path: root/lib/libm/sf_erf.c
AgeCommit message (Collapse)Author
2020-04-18all: Fix implicit conversion from double to float.stijn
These are found when building with -Wfloat-conversion.
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
There were several different spellings of MicroPython present in comments, when there should be only one.
2015-02-22lib/libm: Add implementations of erf, erfc, lgamma, tgamma.Damien George