1 Star 0 Fork 0

qlmm / runformula

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aaa_test.go 254 Bytes
一键复制 编辑 原始数据 按行查看 历史
qlmm 提交于 2021-12-30 17:02 . 333
package runformula
import "testing"
func TestAaa(t *testing.T) {
t.Log(Run("(1030+977)*2000/1000000*20", 2))
t.Log("hello world")
}
func BenchmarkAaa(b *testing.B) {
for n := 0; n < b.N; n++ {
Run("if(3+3>5)22*90+3-20*(10.5-3)/14;500", -1)
}
}
Go
1
https://gitee.com/YiErSanSiWu22/runformula.git
git@gitee.com:YiErSanSiWu22/runformula.git
YiErSanSiWu22
runformula
runformula
master

搜索帮助