Skip to content

Commit f1c2d93

Browse files
committed
fix(trailing-zeros): Skip LaTeX-to-AST and AST-to-MathJS conversions for numeric equality checks PD-4410
1 parent 4b39fc2 commit f1c2d93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/latex-equal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
3232
const numB = parseFloat(b);
3333

3434
if (numA === numB) {
35+
3536
return true;
3637
}
3738
}

0 commit comments

Comments
 (0)