feat: Fully define complex cube root #39
1 changed files with 1 additions and 0 deletions
|
|
@ -50,5 +50,6 @@ describe('number arithmetic', () => {
|
|||
[cplx(cbrt10),
|
||||
cplx(-cbrt10 / 2, cbrt10 * cbrtIm),
|
||||
cplx(-cbrt10 / 2, -cbrt10 * cbrtIm)])
|
||||
math.config.returnTyping = saveTyping
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue