Numeric

Open-source projects categorized as Numeric

Top 23 Numeric Open-Source Projects

  1. stdlib

    ✨ The fundamental numerical library for JavaScript and TypeScript. ✨

    Project mention: Connect with the stdlib community on Zulip | dev.to | 2025-12-16

    The stdlib team is active in the chat, and public messages are the best way to get timely help—no need for routine @-mentions. Asking questions in public is the fastest way to get a response, as more people can help, plus it's likely that someone else will benefit from finding out the answer to your question. The stdlib Code of Conduct applies to all community spaces, including stdlib's Zulip. Should you encounter an issue, Zulip's reporting tools and our moderation team are available.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. hora

    🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .

  4. asus-numberpad-driver

    Feature-rich linux driver for NumberPad(2.0) on Asus laptops. NumberPad(2.0) is illuminated numeric keypad integrated to touchpad which appears when is done tap on top right corner of touchpad for atleast 1s by default (configurable) or slide gesture from top right/left corner to the center, the left shows calc app aswell (configurable).

  5. is-number

    JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.

    Project mention: The bloat of edge-case first libraries | news.ycombinator.com | 2025-09-20

    The post is complaining about a library for a problem that javascript had 12 years ago, was not a thing for 7 years, and the ecosystem moved on. Typescript was not a thing back then. (or more exactly, it was a small thing out of the all too many transpile-to-js languages, at least)

    Yes, having a library named is-number looks very stupid until you look at the state of javascript in 2014. Look at issue is-number#1[0] if you’re interested.

    The library is-arrayish exists because array-like objects are actually a thing in javascript.

    About is-regexp: the author mentions that their library supports cross-realm values because it’s useful, but then says that it’s an edge case that most libraries don’t need to care about? The whole reason that the library exists is to cover an edge case.

    If you’re arguing that there are consumers of those libraries that are holding them wrong, the post might at least make sense – the presented case here is that the writer of the clamp function is stupid, not the other way around. Having a function that determines if a string is a number is not stupid; it’s importing that function and creating a clamp function with the wrong type signature part that’s stupid. Especially when it’s 2025 and typescript is universal.

    [0]: https://github.com/jonschlinkert/is-number/issues/1

  6. numeric-stepper

    🎛 A numeric stepper component for React.

  7. sparse-linear-algebra

    Numerical computation in native Haskell

  8. approximate

    Approximate discrete values and numbers

  9. lens-aeson

    Traversals and Prisms for Data.Aeson

  10. tdigest

    On-line accumulation of rank-based statistics such as quantiles and trimmed means

  11. hyperloglog

    A constant-memory approximation of set membership (by ekmett)

  12. half

    half-precision floating-point

  13. limp

    ideally, this will become a pure Haskell library for Linear Integer/Mixed Programming

  14. microlens-aeson

    Lenses and Traversals for Aeson, based on Microlens.

  15. numeric-ode

    Haskell numerical ODE solvers

  16. Libraries

    Simple, reliable .NET libraries covering numbers, geometry and data structures (by Jodosoft)

  17. compensated

    Compensated floating-point arithmetic

  18. log-domain

    This package provides log-domain floats, doubles and complex numbers for Haskell.

  19. mighty-metropolis

    The classic Metropolis sampling algorithm.

  20. limp-cbc

    Coin-OR/CBC bindings for Haskell

  21. rust-pg_bigdecimal

    A Rust native datatype for Postgres' Numeric type, to be used with Rust's "Postgres" library.

  22. numeric-tools

    Functions to perform numeric integration and differentiation, function interpolation.

  23. numeric-extras

    Missing Numerical Operations

  24. hasty-hamiltonian

    Speedy gradient-based traversal through parameter space.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Numeric discussion

Log in or Post with

Numeric related posts

  • GSoC 2025 Projects Announced

    1 project | dev.to | 8 May 2025
  • The Accessor Protocol

    2 projects | dev.to | 6 Aug 2024
  • Looking for An AI That Specializes In Math, Physics and Calculus(Urgent, Exams Are Coming)

    1 project | /r/OpenAI | 10 Jun 2023
  • “True” Randomness vs. “Pseudo” Randomness

    2 projects | news.ycombinator.com | 2 Apr 2023
  • my thoughts about Node as a backend

    1 project | /r/node | 18 Aug 2022
  • I’ve built a fully themeable and accessible numeric stepper component for React. [Details in the comments]

    2 projects | /r/reactjs | 7 Apr 2022
  • Nune v0.2 released

    1 project | /r/golang | 24 Feb 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Numeric projects? This list will help you:

# Project Stars
1 stdlib 5,857
2 hora 2,661
3 asus-numberpad-driver 422
4 is-number 283
5 numeric-stepper 161
6 sparse-linear-algebra 94
7 approximate 71
8 lens-aeson 52
9 tdigest 31
10 hyperloglog 25
11 half 18
12 limp 16
13 microlens-aeson 15
14 numeric-ode 14
15 Libraries 13
16 compensated 13
17 log-domain 12
18 mighty-metropolis 11
19 limp-cbc 11
20 rust-pg_bigdecimal 8
21 numeric-tools 7
22 numeric-extras 6
23 hasty-hamiltonian 6

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Haskell is
the 30th most popular programming language
based on number of references?