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