Sha256: 473560310b2a72bbd3788c391647e93700e2933b4c49ebf96f12d4ec5565ea85

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

require_relative "unary_function"

module Plurimath
  module Math
    module Function
      class Lg < UnaryFunction
        def validate_function_formula
          false
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plurimath-0.3.7 lib/plurimath/math/function/lg.rb
plurimath-0.3.6 lib/plurimath/math/function/lg.rb