awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to scijs/ndarray

Open-source alternatives to Ndarray

14 open-source projects similar to scijs/ndarray, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ndarray alternative.

  • sindresorhus/unique-randomsindresorhus का अवतार

    sindresorhus/unique-random

    118GitHub पर देखें↗

    Generate random numbers that are consecutively unique

    JavaScript
    GitHub पर देखें↗118
  • nodeca/multimathnodeca का अवतार

    nodeca/multimath

    72GitHub पर देखें↗

    WebAssembly wrapper to simplify fast math coding

    JavaScript
    GitHub पर देखें↗72
  • fibo/algebrafibo का अवतार

    fibo/algebra

    108GitHub पर देखें↗

    means completeness and balancing, from the Arabic word الجبر

    TypeScript
    GitHub पर देखें↗108
  • sindresorhus/random-floatsindresorhus का अवतार

    sindresorhus/random-float

    37GitHub पर देखें↗

    Generate a random float

    JavaScript
    GitHub पर देखें↗37
  • sindresorhus/random-intsindresorhus का अवतार

    sindresorhus/random-int

    89GitHub पर देखें↗

    Generate a random integer

    JavaScript
    GitHub पर देखें↗89
  • sindresorhus/round-tosindresorhus का अवतार

    sindresorhus/round-to

    159GitHub पर देखें↗

    Round a number to a specific number of decimal places: 1.234 → 1.2

    JavaScript
    GitHub पर देखें↗159

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • josdejong/mathjsjosdejong का अवतार

    josdejong/mathjs

    15,036GitHub पर देखें↗

    Math.js is a comprehensive JavaScript library for scientific, complex, and arbitrary precision calculations. It functions as a symbolic computation engine, a linear algebra toolkit, a statistical analysis library, and a unit conversion system. The project distinguishes itself by providing a symbolic engine capable of parsing, simplifying, and manipulating mathematical expressions algebraically without requiring immediate numerical evaluation. It includes a framework for defining and converting physical quantities with units of measure and automatic prefix support. The library covers a broad

    JavaScript
    GitHub पर देखें↗15,036
  • mikemcl/decimal.jsMikeMcl का अवतार

    MikeMcl/decimal.js

    7,205GitHub पर देखें↗

    decimal.js is a JavaScript arbitrary precision library designed to perform mathematical calculations without the rounding errors associated with standard floating-point numbers. It provides a high-precision math toolkit for executing basic arithmetic and advanced transcendental functions with configurable significant digits. The library implements decimal-based math that supports various rounding modes and arbitrary precision settings. It includes a numeric string parser for converting decimal, hexadecimal, binary, and octal strings into high-precision numeric types, as well as a utility for

    JavaScript
    GitHub पर देखें↗7,205
  • ckknight/random-jsckknight का अवतार

    ckknight/random-js

    616GitHub पर देखें↗

    This is designed to be a mathematically correct random number generator library for JavaScript.

    TypeScript
    GitHub पर देखें↗616
  • mikemcl/big.jsMikeMcl का अवतार

    MikeMcl/big.js

    5,186GitHub पर देखें↗

    big.js is an arbitrary-precision decimal library for JavaScript designed to perform exact decimal arithmetic. It provides a set of tools for high-precision addition, subtraction, multiplication, and division to avoid the rounding errors common in binary floating-point representations. The library allows for the creation of custom number constructors to isolate precision settings and rounding rules for different groups of numbers. It supports configurable global precision and specific rounding behaviors, such as truncate or round half even, for division and power operations. The capability su

    JavaScript
    GitHub पर देखें↗5,186
  • mikemcl/bignumber.jsMikeMcl का अवतार

    MikeMcl/bignumber.js

    7,004GitHub पर देखें↗

    bignumber.js is an arbitrary-precision JavaScript library designed to perform mathematical operations on decimals and integers that exceed the limits of standard floating-point numbers. It functions as a decimal arithmetic engine and a math library for calculating square roots, powers, and modular exponentiation. The project provides a base conversion utility capable of parsing and translating numeric values between any base from 2 to 36. It also includes a numeric formatting tool for rendering high-precision values into localized strings with custom separators and notation styles. The libra

    JavaScript
    GitHub पर देखें↗7,004
  • adamwdraper/numeral-jsadamwdraper का अवतार

    adamwdraper/Numeral-js

    9,706GitHub पर देखें↗

    Numeral-js is a JavaScript number formatting library used to convert raw numeric values into human-readable strings for currencies, percentages, and abbreviations. It includes a numeric string parser to extract raw values from formatted strings by removing symbols and delimiters. The library provides locale-aware formatting to adjust decimal separators and currency symbols based on regional language settings. It also features a data size converter that transforms byte values into readable measurements using base-1000 or base-1024 standards. The system supports the registration of custom form

    JavaScript
    GitHub पर देखें↗9,706
  • sindresorhus/math-clampsindresorhus का अवतार

    sindresorhus/math-clamp

    17GitHub पर देखें↗

    Clamp a number

    JavaScript
    GitHub पर देखें↗17
  • lukehoban/es6featureslukehoban का अवतार

    lukehoban/es6features

    29,059GitHub पर देखें↗

    This project is a comprehensive reference guide and technical documentation for the features, syntax updates, and APIs introduced in ECMAScript 6. It serves as a language specification and overview for modern JavaScript development. The guide covers a wide range of language enhancements, including the implementation of classes and prototype-based inheritance, the use of arrow functions for lexical scope binding, and the introduction of block-scoped variables. It details the module system for organizing independent code components via import and export statements. The documentation extends to

    GitHub पर देखें↗29,059