Versions in this module Expand all Collapse all v1 v1.1.0 Aug 7, 2026 Changes in this version + func Abs(x any) (decimal.Decimal, error) + func Add(x, y any) (decimal.Decimal, error) + func Avg(x ...any) (decimal.Decimal, error) + func Ceil(x any) (decimal.Decimal, error) + func Div(x, y any) (decimal.Decimal, error) + func Equal(x, y any) (bool, error) + func Floor(x any) (decimal.Decimal, error) + func GreaterThan(x, y any) (bool, error) + func GreaterThanOrEqual(x, y any) (bool, error) + func IsNegative(x any) (bool, error) + func IsPositive(x any) (bool, error) + func IsZero(x any) (bool, error) + func LessThan(x, y any) (bool, error) + func LessThanOrEqual(x, y any) (bool, error) + func Ln(x any) (decimal.Decimal, error) + func Log(x, y any) (decimal.Decimal, error) + func Max(x ...any) (decimal.Decimal, error) + func Min(x ...any) (decimal.Decimal, error) + func Mul(x, y any) (decimal.Decimal, error) + func NewEnv(observationTimestampNanoseconds uint64) environment + func ParseDuration(x string) (time.Duration, error) + func Pow(x, y any) (decimal.Decimal, error) + func ProcessCalculatedStreams(lggr logger.Logger, channelDefinitions llotypes.ChannelDefinitions, ...) + func ProcessCalculatedStreamsDryRun(expression string) error + func Round(x any, precision int) (decimal.Decimal, error) + func Sqrt(x any) (decimal.Decimal, error) + func Sub(x, y any) (decimal.Decimal, error) + func Truncate(x any, precision int) (decimal.Decimal, error)