sloisel/numeric
Numerical analysis in Javascript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5463
- days_rel: n/a
- days_push: 2911
- n_releases_24m: 0
Adoption not part of the score
1442 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Numeric Javascript is a JavaScript library for numerical analysis that runs entirely in the browser or Node.js. It provides matrix operations, linear algebra, and other numerical computation tools without requiring server-side processing.
Use cases
- perform linear algebra calculations in the browser
- solve systems of linear equations in JavaScript
- do matrix multiplication and decomposition client-side
- build web apps with complex math without a server
- compute eigenvalues and least-squares fits in the browser
- run numerical analysis routines in Node.js
When to choose
- you need numerical computation in a browser without server round-trips
- you want a dependency-free JavaScript math library
- you need linear algebra and matrix operations in client-side JavaScript
When to avoid
- you need GPU acceleration or very large-scale matrix computations
- you want an actively maintained library with recent updates
- you need deep learning or tensor operations better served by TensorFlow.js
Facets
library · maturity maintenance
math mathematics web-development frontend browser numerical-analysis linear-algebra matrix-computations client-side-computation nodejs javascript
2 sources
- readme: https://github.com/sloisel/numeric · fetched 2026-08-28 · 575e78dc89a1
- registry_npm: https://registry.npmjs.org/numeric · fetched 2026-08-29 · e4290eb1389a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sloisel/numeric | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem