Skip to content

Commit 4043999

Browse files
Typo
1 parent d45a7c5 commit 4043999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Wrappers/AngouriMath.FSharp/MatrixOperators.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ let (|+) a b = (parsed a + parsed b).InnerSimplified |> asMatrix
2020

2121
let (|-) a b = (parsed a - parsed b).InnerSimplified |> asMatrix
2222

23-
let (|/) a b = (parsed a - parsed b).InnerSimplified |> asMatrix
23+
let (|/) a b = (parsed a / parsed b).InnerSimplified |> asMatrix

0 commit comments

Comments
 (0)