Sha256: 4e477ffa2a8d322ea1dcb245adfd9e5a8f7d1a0a1f96ee19e9a6170944d77766
Contents?: true
Size: 495 Bytes
Versions: 28
Compression:
Stored size: 495 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Vmatrix < 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
28 entries across 28 versions & 1 rubygems