bughelp wanted
仓库指标
- 星标
- (15,065 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Running
math.rationalize('1/(x^-2)')
gives the error
Cannot read property '1' of undefined.
However, running
math.rationalize('1/(x^-1)')
gives the result x as you'd expect.
I'm using mathjs 6.5.0. Haven't tested other versions.