-
- Downloads
py: Implement divmod, % and proper // for floating point.
Tested and working on unix and pyboard.
Showing
- lib/libm/fmodf.c 70 additions, 0 deletionslib/libm/fmodf.c
- lib/libm/math.c 0 additions, 1 deletionlib/libm/math.c
- py/builtin.c 19 additions, 0 deletionspy/builtin.c
- py/obj.h 1 addition, 0 deletionspy/obj.h
- py/objfloat.c 55 additions, 3 deletionspy/objfloat.c
- stmhal/Makefile 1 addition, 0 deletionsstmhal/Makefile
- tests/float/modulo.py 0 additions, 14 deletionstests/float/modulo.py
- tests/run-tests 4 additions, 0 deletionstests/run-tests
Loading
Please register or sign in to comment