Skip to content

Commit

Permalink
Update README.md with trace function
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-vigier committed Jan 5, 2016
1 parent 4f608ff commit a9c2f58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -93,3 +93,9 @@ method determinant

my $det = $matrix.determinant( );
Calculate the determinant of a square matrix

method trace
------------

my $tr = $matrix.trace( );
Calculate the trace of a square matrix

0 comments on commit a9c2f58

Please sign in to comment.