Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("expression not implemented")
View Source
var ErrNotSupportedExpr = errors.New("unsupported expression")
View Source
var XFunctions = map[string]*parser.Function{ "xdelta": { Name: "xdelta", ArgTypes: []parser.ValueType{parser.ValueTypeMatrix}, ReturnType: parser.ValueTypeVector, }, "xincrease": { Name: "xincrease", ArgTypes: []parser.ValueType{parser.ValueTypeMatrix}, ReturnType: parser.ValueTypeVector, }, "xrate": { Name: "xrate", ArgTypes: []parser.ValueType{parser.ValueTypeMatrix}, ReturnType: parser.ValueTypeVector, }, }
Functions ¶
func IsExtFunction ¶
IsExtFunction is a convenience function to determine whether extended range calculations are required.
func UnknownFunctionError ¶
func UnsupportedOperationErr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.