Skip to content

Commit 9051186

Browse files
committed
[GR-23281] Implementation of cmath module
PullRequest: graalpython/1018
2 parents 9aaeaa5 + 5e779dd commit 9051186

File tree

4 files changed

+602
-22
lines changed

4 files changed

+602
-22
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
*graalpython.lib-python.3.test.test_cmath.CMathTests.testAtanSign
2+
*graalpython.lib-python.3.test.test_cmath.CMathTests.testAtanhSign
3+
*graalpython.lib-python.3.test.test_cmath.CMathTests.testTanhSign
4+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_abs
5+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_abs_overflows
6+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_cmath_matches_math
7+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_constants
8+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_infinity_and_nan_constants
9+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_input_type
10+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_isfinite
11+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_isinf
12+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_isnan
13+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_phase
14+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_polar
15+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_polar_errno
16+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_rect
17+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_specific_values
18+
*graalpython.lib-python.3.test.test_cmath.CMathTests.test_user_object
19+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_asymmetry
20+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_complex_near_zero
21+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_complex_values
22+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_decimals
23+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_eight_decimal_places
24+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_fractions
25+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_identical
26+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_identical_infinite
27+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_inf_ninf_nan
28+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_integers
29+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_near_zero
30+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_negative_tolerances
31+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_reject_complex_tolerances
32+
*graalpython.lib-python.3.test.test_cmath.IsCloseTests.test_zero_tolerance

0 commit comments

Comments
 (0)