modulepackage
2.0.0-alpha.7
Repository: https://github.com/sandertv/go-formula.git
Documentation: pkg.go.dev
# Structs
ErrInsufficientArgs is returned when a function in a formula requires more arguments than that provided.
ErrPanic is returned when a registered function panics.
ErrUnknownFunc is returned when a formula contains an unrecognized function.
ErrUnknownVariable is returned when a formula contains an unrecognized variable or constant.
Formula is a parsed formula that is ready to be evaluated.
Variable represents a variable with a specific name and value, that may be passed to a formula.