Sha256: 8842c998406e39a0b5e639184d116bc2cfaf62d41d1bb5c7196813aed967a836
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 Ln < 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/ln.rb |
plurimath-0.3.6 | lib/plurimath/math/function/ln.rb |