# File lib/liquid/standardfilters.rb, line 196
    def minus(input, operand)
      to_number(input) - to_number(operand)
    end