We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa68104 commit 51304e8Copy full SHA for 51304e8
exercises/rational-numbers/canonical-data.json
@@ -407,7 +407,7 @@
407
"property": "expreal",
408
"input": {
409
"x": -1,
410
- "r": [2, 2]
+ "r": [1, 1]
411
},
412
"expected": -1.0
413
@@ -417,7 +417,7 @@
417
418
419
420
- "r": [2, 4]
+ "r": [1, 2]
421
422
"expected": {
423
"error": "the result of this operation is a complex number"
0 commit comments