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 b06325e commit 1f67186Copy full SHA for 1f67186
exercises/rational-numbers/canonical-data.json
@@ -413,14 +413,14 @@
413
},
414
{
415
"uuid": "f3734f78-91b2-4e59-905e-8c61dbf34f39",
416
- "description": "Fails with a negative base if the numerator of the exponent is odd",
+ "description": "Fails with a negative real number if the numerator of the rational number is odd",
417
"property": "expreal",
418
"input": {
419
"x": -1,
420
"r": [1, 2]
421
422
"expected": {
423
- "error": "impossible operation"
+ "error": "impossible to raise a negative base to an exponent with an odd numerator"
424
}
425
426
]
0 commit comments