UNPKG
mathtolatex
Version:
latest (1.0.0)
1.0.0
Convert your mathematical equations to LaTeX, 将你的数学公式转为latex
mathtolatex
/
index.js
7 lines
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
exports
.
sum
=
function
(
) {
var
res =
0
;
for
(
var
i =
0
; i <
arguments
.
length
; i++) { res +=
arguments
[i]; }
return
res; }