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 |
|---|---|---|---|---|---|---|---|---|---|---|
engineering/0abb40 |
=COMPLEX(3, 4) |
3+4i | gsheets3+4i | excel3+4i | lattice{__typeof: "Complex", … | ironcalc3+4i | hyperformula3+4i | libreoffice3+4i | formulas3+4i | pycel(3+4j) |
engineering/a0a1dc |
=IMCONJUGATE("3-4i") |
3+4i | gsheets3+4i | excel3+4i | lattice{__typeof: "Complex", … | ironcalc3+4i | hyperformula3+4i | libreoffice3+4i | formulas3+4i | pycel#NAME? |
engineering/417a1b |
=IMDIV("-5+10i", "1+2i") |
3+4i | gsheets3+4i | excel3+4i | lattice{__typeof: "Complex", … | ironcalc3+4i | hyperformula3+4i | libreoffice3+4i | formulas3+4i | pycel#NAME? |
engineering/ba4c58 |
=IMDIV("6+8i", "2") |
3+4i | gsheets3+4i | excel3+4i | lattice{__typeof: "Complex", … | ironcalc3+4i | hyperformula3+4i | libreoffice3+4i | formulas#NUM! | pycel#NAME? |