summaryrefslogtreecommitdiff
path: root/tests/float/cmath_fun.py
AgeCommit message (Expand)Author
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-06-27py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-09-04tests/float/cmath_fun.py: Fix truncation of small real part of complex.Damien George
2017-06-08tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George
2016-01-08tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2015-02-02tests: Add test for cmath module.Damien George