math-mumu 0.1.13

Math functions plugin for the MuMu / Lava language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extend("math")

slog( math:arb("0.1 + 0.2") ) // "0.3"

slog( math:arb("round((12989132 * 23422322334 / 22), 2)") )

slog( math:arb("1+0.222") )

slog(math:arb("(12 + 2) * 3"))

slog(math:arb("12 + 2 * 3"))

slog(math:arb("12 % 5"))