micropython/ports/unix
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers.
As per PEP 485, this function appeared in for Python 3.5.  Configured via
MICROPY_PY_MATH_ISCLOSE which is disabled by default, but enabled for the
ports which already have MICROPY_PY_MATH_SPECIAL_FUNCTIONS enabled.
2019-08-17 23:23:17 +10:00
..
coverage-frzmpy
coverage-frzstr
modules
.gitignore gitignore: Put build-*/ pattern in top-level gitignore file. 2019-08-16 00:08:08 +10:00
Makefile
alloc.c
coverage.c
fatfs_port.c
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c unix: Enable sys.atexit, triggered after the main script ends. 2019-08-15 17:31:04 +10:00
modffi.c
modjni.c
modmachine.c
modos.c
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
modusocket.c
mpconfigport.h py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
mpconfigport.mk
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c unix/unix_mphal: Include time.h for CLOCK_MONOTONIC. 2019-07-09 13:05:59 +10:00