Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix #790

Merged
merged 17 commits into from
Nov 29, 2018
Merged
Prev Previous commit
Next Next commit
Clean up MMULT test provider
  • Loading branch information
MarkBaker committed Oct 14, 2018
commit 79987741e79172e0496080e1542a3445a66e82f0
6 changes: 4 additions & 2 deletions tests/data/Calculation/MathTrig/MMULT.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
[ 3.2, 2.1 ],
],
],
// Mismatched dimensions (2x2) and (2x1)
[
'#VALUE!',
[
[ 17 ],
[ 39 ],
],
[
[ 1, 2 ],
[ 3, 4 ],
Expand Down