Skip to content

Commit

Permalink
[UPDATE] README. fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 20, 2015
1 parent bbc0275 commit 369c325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -60,9 +60,9 @@ for ( i = 0; i < 6; i++ ) {
}
mat = matrix( data, [3,2], 'float64' );
/*
[ -3 -2
-1 0
1 2 ]
[ -3 -2
-1 0
1 2 ]
*/

out = signum( mat );
Expand Down

0 comments on commit 369c325

Please sign in to comment.