-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Used to output the table as a mathematical matrix.
REPL -
The borders of
unicode, but without the horizontal lines. Center align by default if possible.
┌ ┐
│ 1 false 1.0 1 │
│ 2 true 2.0 2 │
│ 3 false 3.0 3 │
└ ┘
LaTeX -
$$ \left[
\begin{array}{ c c }
1 & 2 \\
3 & 4
\end{array} \right]
$$Metadata
Metadata
Assignees
Labels
No labels