Function Vmatrix

Source
pub fn Vmatrix<I>(items: I) -> MathML
where I: IntoIterator<Item = MathML>,
Expand description

Renders a matrix with double vertical bars.

§Input

\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}

§Output

a b c d