DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / float / builtin_float_round_intbig.py
1234
# test round() with floats that return large integers for x in (-1e25, 1e25): print("%.3g" % round(x))