Skip to content

Commit fe933ad

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 1e50115 commit fe933ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Experimental
604604

605605
### Description
606606

607-
This function computes the determinant of a real square matrix.
607+
This function computes the determinant of a `real` or `complex` square matrix.
608608

609609
This interface comes with a `pure` version `det(a)`, and a non-pure version `det(a,overwrite_a,err)` that
610610
allows for more expert control.

0 commit comments

Comments
 (0)