Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + var ErrUndefined = errors.New("undefined") + func Evaluate(ctx context.Context, df *dataframe.DataFrame, fn PiecewiseFuncDefn, ...) error + type EvaluateOptions struct + CustomConstants map[string]float64 + CustomFns map[string]func(args ...float64) float64 + DontLock bool + NoConcurrency bool + Range *dataframe.Range + type PiecewiseFuncDefn []SubFuncDefn + type SubFuncDefn struct + Domain *dataframe.Range + Fn string + func RegFunc(fn string) []SubFuncDefn