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) { ... } ```