Josverl / micropython-stubs

Stubs of most MicroPython ports, boards and versions to make writing code that much simpler.
https://micropython-stubs.readthedocs.io
MIT License
157 stars 22 forks source link

stub math.py has self/circular definitions for inf and nan #698

Open Josverl opened 1 year ago

Josverl commented 1 year ago

avoid self/circular definitions for inf and nan

inf = inf  # type: float

nan = nan  # type: float