代数 胶乳:解析和计算胶乳格式化的数学 源码
代数乳胶 一个NPM模块,没有依赖关系,用于解析乳胶数学到正规的数学串( ),可以被解析以像其他代数或数学库和 例 const AlgebraLatex = require ( 'algebra-latex' ) // Parse from LaTeX ... const latexInput = '\\frac{1}{\\sqrt{2}}\\cdot x=10' const algebraObj = new AlgebraLatex ( ) . parseLatex ( latexInput ) // ... or parse from regular math string const
文件列表
algebra-latex-master.zip
(预估有个32文件)
algebra-latex-master
.github
workflows
node.js.yml
727B
src
logger.js
467B
lexers
Lexer.js
1KB
LexerMath.js
2KB
LexerLatex.js
4KB
暂无评论