Closed mouessam closed 5 years ago
const AlgebraLatex = require('algebra-latex'); const latexInput = '\\sqrt[3]{x}'; const algebraObj = new AlgebraLatex().parseLatex(latexInput);
Error: Lexer error \sqrt[3]{x} ^ Error at line: 1 col: 5 Unknown symbol: [
Thank you for posting. Non-square roots might not be implemented yet. I will look into that 👍
it produces error