We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe933ad commit 59dae89Copy full SHA for 59dae89
doc/specs/stdlib_linalg.md
@@ -624,7 +624,7 @@ allows for more expert control.
624
625
### Return value
626
627
-Returns a real scalar value that represents the determinnt of the matrix.
+Returns a `real` scalar value of the same kind of `a` that represents the determinant of the matrix.
628
629
Raises `LINALG_ERROR` if the matrix is singular.
630
Raises `LINALG_VALUE_ERROR` if the matrix is non-square.
0 commit comments