Function binom

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

Renders binomial coefficient as \binom{n}{k}.

§Input

binom('n', 'k');

§Output

( H 1 , H 2 , H 3 )