Matrix multiplication: Difference between revisions

→‎{{header|F#}}: Thundergnat missed the one that highlighted the problem in the first place!
m (→‎{{header|Phix}}: minor tidy, added p2js "-0" note)
(→‎{{header|F#}}: Thundergnat missed the one that highlighted the problem in the first place!)
Line 2,248:
|}
 
=={{header|F Sharp|F#}}==
<lang fsharp>
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =
2,171

edits