Skip to content

Commit 24a7bfa

Browse files
authored
Add exponential resulting in a number with real and imaginary part (#2052)
1 parent 8e0ecea commit 24a7bfa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exercises/complex-numbers/canonical-data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,15 @@
361361
"z": ["ln(2)", "pi"]
362362
},
363363
"expected": [-2, 0]
364+
},
365+
{
366+
"uuid": "d2de4375-7537-479a-aa0e-d474f4f09859",
367+
"description": "Exponential resulting in a number with real and imaginary part",
368+
"property": "exp",
369+
"input": {
370+
"z": ["ln(2)/2", "pi/4"]
371+
},
372+
"expected": [1, 1]
364373
}
365374
]
366375
},

0 commit comments

Comments
 (0)