Skip to content

Commit

Permalink
[UPDATE] link to cast-arrays module.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 4, 2015
1 parent b658452 commit 89e2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var mat = matrix( data, [2,2], 'uint32' );
*/
```

If provided an `Array` instead of a typed array and no `dtype` is specified, the input `data` array is cast to `float64`.
If provided an `Array` instead of a typed array and no `dtype` is specified, the input `data` array is [cast](https://github.com/compute-io/cast-arrays) to `float64`.

``` javascript
var data = [ 10, 20, 30, 40, 50, 60 ];
Expand Down

0 comments on commit 89e2e32

Please sign in to comment.