Sha256: 3bb85d840b3eb213dbc872ff4e71d8297b51b8b96419122ca705bde7189d760c
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 Liminf < UnaryFunction def to_omml_without_math_tag [r_element("liminf"), 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/liminf.rb |
plurimath-0.3.8 | lib/plurimath/math/function/liminf.rb |