Josverl/micropython-stubs

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

Josverl opened this issue · 0 comments

avoid self/circular definitions for inf and nan

inf = inf  # type: float

nan = nan  # type: float