DV-0035
formulas, pycel: function not implemented — COMBIN, QUOTIENT
Subjects (2)
Tests (5)
matches canonical diverges no fixture in this DV's cluster
| Test | Formula | Canonical | gsheets | excel | lattice | ironcalc | hyperformula | libreoffice | formulas | pycel |
|---|---|---|---|---|---|---|---|---|---|---|
COMBIN/combin-basic |
=COMBIN(5, 2) |
10 | gsheets10 | excel10 | lattice10 | ironcalc10 | hyperformula10 | libreoffice— | formulas#NAME? | pycel#NAME? |
COMBIN/combin-n-equals-k |
=COMBIN(8, 8) |
1 | gsheets1 | excel1 | lattice1 | ironcalc1 | hyperformula1 | libreoffice— | formulas#NAME? | pycel#NAME? |
COMBIN/combin-k-zero |
=COMBIN(8, 0) |
1 | gsheets1 | excel1 | lattice1 | ironcalc1 | hyperformula1 | libreoffice— | formulas#NAME? | pycel#NAME? |
COMBIN/combin-k-greater-than-n |
=COMBIN(3, 5) |
#NUM! | gsheets#NUM! | excel#NUM! | lattice#NUM! | ironcalc#NUM! | hyperformula#NUM! | libreoffice— | formulas#NAME? | pycel#NAME? |
QUOTIENT/quotient-basic |
=QUOTIENT(5, 2) |
2 | gsheets2 | excel2 | lattice2 | ironcalc2 | hyperformula2 | libreoffice— | formulas#NAME? | pycel#NAME? |