DV-0036
lattice: rendered with different format — COMPLEX, IMCONJUGATE, IMDIV
Subjects (3)
Tests (4)
matches canonical diverges no fixture in this DV's cluster
| Test | Formula | Canonical | gsheets | excel | lattice | ironcalc | hyperformula | libreoffice | formulas | pycel |
|---|---|---|---|---|---|---|---|---|---|---|
COMPLEX/complex-basic |
=COMPLEX(3, 4) |
3+4i | gsheets3+4i | excel3+4i | lattice3+4i | ironcalc3+4i | hyperformula3+4i | libreoffice— | formulas3+4i | pycel(3+4j) |
IMCONJUGATE/imconjugate-negative-imaginary |
=IMCONJUGATE("3-4i") |
3+4i | gsheets3+4i | excel3+4i | lattice3+4i | ironcalc3+4i | hyperformula3+4i | libreoffice— | formulas3+4i | pycel#NAME? |
IMDIV/imdiv-basic |
=IMDIV("-5+10i", "1+2i") |
3+4i | gsheets3+4i | excel3+4i | lattice3+4i | ironcalc3+4i | hyperformula3+4i | libreoffice— | formulas3+4i | pycel#NAME? |
IMDIV/imdiv-by-real |
=IMDIV("6+8i", "2") |
3+4i | gsheets3+4i | excel3+4i | lattice3+4i | ironcalc3+4i | hyperformula3+4i | libreoffice— | formulas#NUM! | pycel#NAME? |