Sha256: 0af213188bb1eeae3e442ee89309f713878f026643dd492922a40547b343d324

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

require_relative "unary_function"

module Plurimath
  module Math
    module Function
      class Lcm < UnaryFunction
        def to_omml_without_math_tag
          [r_element("lcm"), omml_value]
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plurimath-0.3.9 lib/plurimath/math/function/lcm.rb
plurimath-0.3.8 lib/plurimath/math/function/lcm.rb