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