Function mathml_core::helpers::Vmatrix

source ·
pub fn Vmatrix<I>(items: I) -> MathMLwhere
    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