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
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