An open API service indexing awesome lists of open source software.

https://github.com/zafarali/mathtools

Some experiments in Javascript Math
https://github.com/zafarali/mathtools

Last synced: over 1 year ago
JSON representation

Some experiments in Javascript Math

Awesome Lists containing this project

README

          

mathtools
=========

Some experiments in Javascript Math

##Branch: Operations
Development branch to implement the basic operations for vectors
- [x] Dot Product
- [x] Addition
- [ ] Add to current vector instead of creating a new vector / add the option to do this?
- [ ] Subtraction
- [ ] Scalar Multiplication
- [ ] Element-wise replacement
- [ ] Norm
- [ ] Angle between two vectors
- [ ] Unitify (turn into a unit vector)