Sha256: d791651a51050205c544c949f7fc5e8cd596d8724d7221ac635fd70b9fb90a23
Contents?: true
Size: 493 Bytes
Versions: 42
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Split < Table def initialize(value, open_paren = "[", close_paren = "]", options = {}) super end def to_latex "\\begin#{opening}#{latex_content}\\end#{matrix_class}" end end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems