go-formula
go-formula copied to clipboard
A go package for simple formula parsing and evaluation
Results
1
go-formula issues
Sort by
recently updated
recently updated
newest added
It would be a performance benefit if constants can be loaded at the time of `Formula` creation in `New` function. ```go func New(formula string, variables ...Variable) (*Formula, error) { ......
enhancement