Sha256: 5d6aa4d8b50aa99cf76e759e1004ed5bbc83e08da618100546095c3a007870a3

Contents?: true

Size: 281 Bytes

Versions: 6

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

require_relative "unary_function"

module Plurimath
  module Math
    module Function
      class Longdiv < UnaryFunction
        def to_omml_without_math_tag(display_style)
          omml_value(display_style)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
plurimath-0.6.0 lib/plurimath/math/function/longdiv.rb
plurimath-0.5.0 lib/plurimath/math/function/longdiv.rb
plurimath-0.4.4 lib/plurimath/math/function/longdiv.rb
plurimath-0.4.3 lib/plurimath/math/function/longdiv.rb
plurimath-0.4.2 lib/plurimath/math/function/longdiv.rb
plurimath-0.4.1 lib/plurimath/math/function/longdiv.rb