Function mathml_core::helpers::cbinom

source ·
pub fn cbinom<N, D>(numerator: N, denominator: D) -> MathMLwhere
    N: Into<MathML>,
    D: Into<MathML>,
Expand description

Renders binomial coefficient as C_{n}^{k}.

Input

cbinom('n', 'k');

Output

( H 1 , H 2 , H 3 )