micropython/lib/libm
Damien George 8594ce2280 py: Implement divmod, % and proper // for floating point.
Tested and working on unix and pyboard.
2014-09-13 18:43:09 +01:00
..
asinfacosf.c py and libm: Add asinf,acosf; print higher precision for float. 2014-09-11 22:24:45 +01:00
atan2f.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
atanf.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
fmodf.c py: Implement divmod, % and proper // for floating point. 2014-09-13 18:43:09 +01:00
libm.h lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
math.c py: Implement divmod, % and proper // for floating point. 2014-09-13 18:43:09 +01:00
mathsincos.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00