DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / float / complex1_intbig.py
12345
# test basic complex number functionality # convert bignum to complex on rhs ans = 1j + (1 << 70) print("%.5g %.5g" % (ans.real, ans.imag))