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
atanf.c
fmodf.c py: Implement divmod, % and proper // for floating point. 2014-09-13 18:43:09 +01:00
libm.h
math.c py: Implement divmod, % and proper // for floating point. 2014-09-13 18:43:09 +01:00
mathsincos.c