Ross ROSS = Recommend OSS · open-source software intelligence for agents

sloisel/numeric

Numerical analysis in Javascript observed · 2026-08-28

github.com/sloisel/numeric · homepage · JavaScript · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sloisel/numericmain32

For agents

markdown · JSON · MCP: product_card(name="sloisel/numeric")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem