We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45a7c5 commit 4043999Copy full SHA for 4043999
Sources/Wrappers/AngouriMath.FSharp/MatrixOperators.fs
@@ -20,4 +20,4 @@ let (|+) a b = (parsed a + parsed b).InnerSimplified |> asMatrix
20
21
let (|-) a b = (parsed a - parsed b).InnerSimplified |> asMatrix
22
23
-let (|/) a b = (parsed a - parsed b).InnerSimplified |> asMatrix
+let (|/) a b = (parsed a / parsed b).InnerSimplified |> asMatrix
0 commit comments