Function frac

Source
pub fn frac<N, D>(numerator: N, denominator: D) -> MathML
where N: Into<MathML>, D: Into<MathML>,
Expand description

Build a normal fraction.

§Input

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

§Output

( H 1 , H 2 , H 3 )