Sha256: 756c871a47c9b563c0490a42be0c1b0e922379f6eb726518256701a19172b2fa
Contents?: true
Size: 319 Bytes
Versions: 6
Compression:
Stored size: 319 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) [r_element("limsup", rpr_tag: false), omml_value(display_style)] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems