Sha256: 840358c256ce71cacdc3156e5339ad6ec0f7f26ee3fdbe97b8871a51df199229
Contents?: true
Size: 436 Bytes
Versions: 14
Compression:
Stored size: 436 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, options:) array = [] array << r_element("hom", rpr_tag: false) unless hide_function_name array += Array(omml_value(display_style, options: options)) array end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems