numbers / numbers.js

Advanced Mathematics Library for Node.js and JavaScript
Apache License 2.0
1.77k stars 167 forks source link

add section to readme about row vector format #141

Closed Dakkers closed 9 years ago

Dakkers commented 9 years ago

I closed #135 because I decided to stick with the [ [1, 0, 0] ] way of creating row vectors instead of the [1, 0, 0]. that being said, we should probably add a section to the readme saying that we're using this format as it may be ambiguous.

KartikTalwar commented 9 years ago

I agree with your comments in #135 it should be [[1,0,0]]

sjkaliski commented 9 years ago

https://github.com/numbers/numbers.js/pull/146