Function mathml_core::helpers::pmatrix

source ·
pub fn pmatrix<I>(items: I) -> MathMLwhere
    I: IntoIterator<Item = MathML>,
Expand description

Renders a matrix with vertical bars.

Input

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

Output

a b c d