Skip to content

v0.7.0

Compare
Choose a tag to compare
@runarberg runarberg released this 05 Dec 20:00

Additions

  • Added binom(a, b) for the binomial coefficient.

Braking Changes

  • A two row column vector, denoted with (a; b) will no longer turn
    into a binomial coefficient. It will stay as a column vector. Use
    binom(a, b) if you want the old behavior.

Changes

  • Semicolon- and newline seperated matrices [a, b; c, d] now take
    precedence over parenthesis delimited matrices [(a, b), (c, d)] in
    case of ambiguity.

Contributors