Sha256: 8153269d3b01a6c24cfdd77847b4dd1c39157d5e9cbc0974bc6b46cabc525f36
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Merror < UnaryFunction def to_asciimath;end def to_latex;end def to_mathml_without_math_tag(intent) merror = Utility.ox_element("merror") Utility.update_nodes(merror, mathml_value(intent)) end def to_omml_without_math_tag(_); end def to_unicodemath; end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems