Sha256: e52a3d63d22f1593bf5231678440a2f32793014e5d93c3adfc99ea4545cc09ff
Contents?: true
Size: 408 Bytes
Versions: 17
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Hom < UnaryFunction def to_omml_without_math_tag(display_style) array = [] array << r_element("hom", rpr_tag: false) unless hide_function_name array += Array(omml_value(display_style)) array end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems