Sha256: 74a6670b339c68bc7a2ae59b5690974ed29ecaaa8e3f9f7b99a283e951ca1812
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 Liminf < UnaryFunction def to_omml_without_math_tag(display_style) [r_element("liminf", rpr_tag: false), omml_value(display_style)] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems