(latex: string)
| 15 | import { cancelCommonFactors } from '../../src/compute-engine/boxed-expression/polynomials'; |
| 16 | |
| 17 | const ce = new ComputeEngine(); |
| 18 | |
| 19 | function parse(latex: string): Expression { |
| 20 | return ce.parse(latex); |
| 21 | } |
| 22 |
no test coverage detected