// Package math_divide provides factory for MathDivide plugin. package math_divide // Create returns a new MathDivide instance. func Create() *MathDivide { return NewMathDivide() }