Sha256: 70643b5aa84c8c4a82ff7347667347128e3cf91e582597087d27e47ac257e3bc
Contents?: true
Size: 378 Bytes
Versions: 6
Compression:
Stored size: 378 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(display_style) [r_element("ln", rpr_tag: false), omml_value(display_style)] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems