jimyag
Results
2
comments of
jimyag
可以使用 https://github.com/shopspring/decimal 做处理 ```go package main import ( "fmt" "github.com/dengsgo/math-engine/engine" "github.com/shopspring/decimal" ) func main() { s := "0.7*360" // call top level function r, err := engine.ParseAndExec(s) if err !=...
@scateu cc