-
Notifications
You must be signed in to change notification settings - Fork 81
Home
Happypig375 edited this page Jan 4, 2018
·
6 revisions
┌──────────────────────────┐ ←─────── Dependency
│ nerdamer.core.js │
└──────────────────────────┘
↑
|
┌───────────┴──────────────┐
│ Algebra.js │
└──────────────────────────┘
↑
|
┌──────────────────────────┐ ┌───────────┴──────────────┐ ┌──────────────────────────┐
│ Solve.js ├─→│ Calculus.js │←─┤ Extra.js │
└──────────────────────────┘ └──────────────────────────┘ └──────────────────────────┘
| File name | Functionality | Dependency |
|---|---|---|
| nerdamer.core.js | Parsing, vectors, matrices and core functions | (none) |
| Algebra.js | Finding roots, factoring, and expanding | nerdamer.core.js |
| Calculus.js | Summation, integration and differentiation | Algebra.js |
| Solve.js | Solving equations | Calculus.js |
| Extra.js | Statistics and extra functions | Calculus.js |