fix: restore math typing strategy in number arithmetic test

This commit is contained in:
Glen Whitney 2025-12-12 11:38:31 -08:00
parent b80b7832b7
commit ad0e804e94

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
})
})