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

    118在 GitHub 上查看↗

    Generate random numbers that are consecutively unique

    JavaScript
    在 GitHub 上查看↗118
  • nodeca/multimathnodeca 的头像

    nodeca/multimath

    72在 GitHub 上查看↗

    WebAssembly wrapper to simplify fast math coding

    JavaScript
    在 GitHub 上查看↗72
  • fibo/algebrafibo 的头像

    fibo/algebra

    108在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗108
  • sindresorhus/random-floatsindresorhus 的头像

    sindresorhus/random-float

    37在 GitHub 上查看↗

    Generate a random float

    JavaScript
    在 GitHub 上查看↗37
  • sindresorhus/random-intsindresorhus 的头像

    sindresorhus/random-int

    89在 GitHub 上查看↗

    Generate a random integer

    JavaScript
    在 GitHub 上查看↗89
  • sindresorhus/round-tosindresorhus 的头像

    sindresorhus/round-to

    159在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗159

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • josdejong/mathjsjosdejong 的头像

    josdejong/mathjs

    15,036在 GitHub 上查看↗

    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,205在 GitHub 上查看↗

    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

    616在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗616
  • mikemcl/big.jsMikeMcl 的头像

    MikeMcl/big.js

    5,186在 GitHub 上查看↗

    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,004在 GitHub 上查看↗

    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,706在 GitHub 上查看↗

    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

    17在 GitHub 上查看↗

    Clamp a number

    JavaScript
    在 GitHub 上查看↗17
  • lukehoban/es6featureslukehoban 的头像

    lukehoban/es6features

    29,059在 GitHub 上查看↗

    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