summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/cmath_fun.py
Commit message (Expand)AuthorAge
* all: Update Python code to conform to latest black formatting.Damien George2020-08-29
* py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.Damien George2020-06-27
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests/float/cmath_fun.py: Fix truncation of small real part of complex.Damien George2018-09-04
* tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George2017-06-08
* tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George2016-01-08
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* tests: Add test for cmath module.Damien George2015-02-02