mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
More unit tests for MMULT() function, to ensure correct calculation compared to using array arguments with the multiplication operator
This commit is contained in:
@@ -90,6 +90,11 @@ return [
|
||||
[6],
|
||||
],
|
||||
],
|
||||
[
|
||||
[[-14, 20], [-30, 44]],
|
||||
[[1, 2], [3, 4]],
|
||||
[[-2, 4], [-6, 8]],
|
||||
],
|
||||
[
|
||||
'#VALUE!', // null in first array
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user