Rev 524 | Rev 526 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* math.js:
- Refactored to Module Pattern
- Added general operations
- Added math/complex.js, math/rational.js
- Added unit test
* math/algebra.js
- Refactored to Module Pattern
- Added jsx.math.Tensor, jsx.math.Vector
- Added jsx.math,Matrix prototype methods
- Use basic operations
* math/float.js
- Added jsx.math.convertAngle();
deprecates jsx.math.sin(), .sinX(), .cos(), cosX(), and .tanX()
* math/integer.js
- Started refactoring to Module Pattern
- Added Math.primes()