Sha256: 48191927f6ea949dbb6f1741f931637d0cc1e3a6e5201cedb34586ccc10ed1fa
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 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 [r_element("limsup"), omml_value] end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plurimath-0.3.9 | lib/plurimath/math/function/limsup.rb |
plurimath-0.3.8 | lib/plurimath/math/function/limsup.rb |