UNPKG

mathtolatex

Version:

Convert your mathematical equations to LaTeX, 将你的数学公式转为latex

7 lines 151 B
exports.sum = function() { var res = 0; for (var i = 0; i < arguments.length; i++) { res += arguments[i]; } return res; }