(e: any)
| 9 | |
| 10 | const evalStr = (e: any) => ce.box(e).evaluate().toString(); |
| 11 | const nStr = (e: any) => ce.box(e).N().toString(); |
| 12 | |
| 13 | describe('P0-2 — Sqrt.N() keeps the radical on the symbolic part', () => { |
| 14 | test('Sqrt(y).N() keeps the root', () => { |
no test coverage detected