You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
407 B

3 years ago
"12.34+5.67j", 5.67
"1.234E-5+6.78E9i", 6.78E9
"3.5+2.5i", 2.5
"3.5+i", 1
"3.5", 0
"3.5-i", -1
"3.5-2.5i", -2.5
"1+2.5i", 2.5
"1+i", 1
"1", 0
1, 0
"1-i", -1
"1-2.5i", -2.5
"2.5i", 2.5
"i", 1
"0", 0
0, 0
0.0, 0
"-i", -1
"-2.5i", -2.5
"-1+2.5i", 2.5
"-1+i", 1
"-1", 0
"-1-i", -1
"-1-2.5i", -2.5
"-3.5+2.5i", 2.5
"-3.5+i", 1
"-3.5", 0
"-3.5-i", -1
"-3.5-2.5i", -2.5