Sha256: 458219be993d6968944641a58b2fa806348090c1d1e56df7be0afd2bdc23258c
Contents?: true
Size: 467 Bytes
Versions: 10
Compression:
Stored size: 467 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 merror = Utility.ox_element("merror") Utility.update_nodes(merror, mathml_value) end def to_omml_without_math_tag(_); end def to_unicodemath; end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems