Sha256: 8ee33732613390138a167b143378f350b86cb7760464b5f6784acb6a2bb71a2c

Contents?: true

Size: 328 Bytes

Versions: 9

Compression:

Stored size: 328 Bytes

Contents

module Hilbert
  module Parser
    module IntegralParser
      include Base
      def execute(els)
        integrated, range = els[0], els[1]

        integrated.rm!(' ')

        IntegralApi.execute(FormulaParser.execute(integrated[0..-3]), integrated[-2..-1], range)
      end
      module_function :execute
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hilbert-0.0.2700420 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700410 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700400 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700320 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700300 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700210 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700110 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700100 lib/hilbert/parser/integral_parser.rb
hilbert-0.0.2700001 lib/hilbert/parser/integral_parser.rb