More unit tests for MMULT() function, to ensure correct calculation compared to using array arguments with the multiplication operator

This commit is contained in:
MarkBaker
2022-03-09 17:18:14 +01:00
parent 8ed2bab963
commit b1eb0e2fef
@@ -90,6 +90,11 @@ return [
[6],
],
],
[
[[-14, 20], [-30, 44]],
[[1, 2], [3, 4]],
[[-2, 4], [-6, 8]],
],
[
'#VALUE!', // null in first array
[