feat: Fully define complex cube root #39

Merged
glen merged 3 commits from complex_cbrt into main 2025-12-13 07:34:01 +00:00
Showing only changes of commit ad0e804e94 - Show all commits

View file

@ -50,5 +50,6 @@ describe('number arithmetic', () => {
[cplx(cbrt10),
cplx(-cbrt10 / 2, cbrt10 * cbrtIm),
cplx(-cbrt10 / 2, -cbrt10 * cbrtIm)])
math.config.returnTyping = saveTyping
})
})