Sha256: bb9a6b1cd9d22777ae404a38037b28dcf1ff5c3ca37bf77e726d43e9bcf62217
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 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 def to_omml_without_math_tag [r_element("ln"), 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/ln.rb |
plurimath-0.3.8 | lib/plurimath/math/function/ln.rb |