An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: numeric

stdlib-js/assert-is-probability-array

Test if a value is an array-like object containing only probabilities.

Language: JavaScript - Size: 536 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-positive-number-array

Test if a value is an array-like object containing only positive numbers.

Language: JavaScript - Size: 634 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonpositive-number-array

Test if a value is an array-like object containing only nonpositive numbers.

Language: JavaScript - Size: 550 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonnegative-number-array

Test if a value is an array-like object containing only nonnegative numbers.

Language: JavaScript - Size: 624 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonnegative-integer-array

Test if a value is an array-like object containing only nonnegative integers.

Language: JavaScript - Size: 699 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-negative-number

Test if a value is a number having a negative value.

Language: JavaScript - Size: 563 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-even

Test if a value is an even number.

Language: JavaScript - Size: 508 KB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

stdlib-js/stdlib

✨ Standard library for JavaScript and Node.js. ✨

Language: JavaScript - Size: 1.96 GB - Last synced at: 37 minutes ago - Pushed at: about 2 hours ago - Stars: 5,241 - Forks: 839

anhmaydeptraivailon/math-base-assert-is-probabilityf

Test if a single-precision floating-point number is a probability.

Size: 1000 Bytes - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/math-base-assert-is-even

Test if a finite numeric value is an even number.

Language: Python - Size: 404 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-nonpositive-finite

Test if a numeric value is a nonpositive finite number.

Language: Python - Size: 336 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nan

Test if a value is NaN.

Language: JavaScript - Size: 634 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-positive-number

Test if a value is a number having a positive value.

Language: JavaScript - Size: 527 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

prajna-lang/prajna

a program language for AI infrastructure

Language: C++ - Size: 1.01 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 89 - Forks: 17

TreeAI-Lab/NumericBench

A comprehensive benchmark to evaluate and improve the fundamental numerical reasoning abilities of large language models using diverse synthetic and real-world datasets.

Size: 797 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 27 - Forks: 0

RobinKa/maxwell-simulation

Interactive web-based simulator of electromagnetic waves

Language: TypeScript - Size: 2.21 MB - Last synced at: 3 days ago - Pushed at: about 5 years ago - Stars: 115 - Forks: 12

asus-linux-drivers/asus-numberpad-driver

Maintained 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).

Language: Python - Size: 6.6 MB - Last synced at: 5 days ago - Pushed at: 9 days ago - Stars: 317 - Forks: 24

stdlib-js/assert-is-finite

Test if a value is a finite number.

Language: JavaScript - Size: 565 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 0

ryftchen/foo

bar

Language: C++ - Size: 3.27 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 0

autoNumeric/autoNumeric

AutoNumeric is a standalone library that provides live as-you-type formatting for international numbers and currencies.

Language: JavaScript - Size: 7.58 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1,789 - Forks: 416

hugoalh/is-numeric-prime-es

An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is prime.

Language: TypeScript - Size: 96.7 KB - Last synced at: 9 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

Tynab/YANLib

Yami An Nephilim Library

Language: C# - Size: 6.47 MB - Last synced at: 3 days ago - Pushed at: 15 days ago - Stars: 15 - Forks: 8

nix97/nix

Numerical methods-PDEs-ODEs-Matrix-Math-Cryptography

Language: C# - Size: 37 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 1

contextmachine/mmcore

The modern CAD engine

Language: Python - Size: 43.4 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 6 - Forks: 0

hugoalh/is-numeric-integral-es

An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.

Language: TypeScript - Size: 104 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-infinitef

Test if a single-precision floating-point numeric value is infinite.

Language: Python - Size: 588 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

jonschlinkert/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.

Language: JavaScript - Size: 56.6 KB - Last synced at: 1 day ago - Pushed at: almost 3 years ago - Stars: 276 - Forks: 51

hora-search/hora

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

Language: Rust - Size: 14.2 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 2,645 - Forks: 76

stdlib-js/assert-is-finite-array

Test if a value is an array-like object containing only finite numbers.

Language: JavaScript - Size: 615 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

R-js/libRmath.js

Javascript Pure Implementation of Statistical R "core" numerical libRmath.so

Language: TypeScript - Size: 5.72 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 469 - Forks: 32

erikerlandson/coulomb

coulomb: unit analysis for Scala

Language: Scala - Size: 4.02 MB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 144 - Forks: 9

stdlib-js/assert-is-negative-zero

Test if a value is equal to negative zero.

Language: JavaScript - Size: 544 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-negative-finite

Test if a value is a number having a negative value.

Language: JavaScript - Size: 231 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-negative-number-array

Test if a value is an array-like object containing only negative numbers.

Language: JavaScript - Size: 683 KB - Last synced at: 2 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-integer

Test if a value is a number having an integer value.

Language: JavaScript - Size: 629 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-composite

Test if a value is a composite number.

Language: JavaScript - Size: 666 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-positive-finite

Test if a numeric value is a positive finite number.

Language: Python - Size: 433 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

RohanVDvivedi/TupleLargeTypes

Sibling project of TupleStore and TupleIndexer (also dependencies) to allow building larger than page datatypes.

Language: C - Size: 349 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

PythonSJL/PyPyNum

PyPyNum is a multifunctional Python math lib. It includes modules for math, data analysis, array ops, crypto, physics, randomness, data prep, stats, solving eqns, image processing, interp, matrix calc, and high-precision math. Designed for scientific computing, data science, and machine learning, PyPyNum provides efficient and versatile tools.

Language: Python - Size: 2.22 MB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 26 - Forks: 1

ajithvcoder/numt

NumT is a utility library for formatting numbers, currencies, dates, units, and more.

Language: Python - Size: 34.2 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

crookseta/missing-values

.Net 8 generic math compatible mathematic library.

Language: C# - Size: 3.51 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 1

libmir/mir

Mir (backports): Sparse tensors, Hoffman

Language: D - Size: 1.99 MB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 211 - Forks: 20

stdlib-js/math-base-assert-is-positive-zerof

Test if a single-precision floating-point numeric value is positive zero.

Language: Python - Size: 565 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Li-Jesse-Jiaze/hermitian-eigensolver

A header-only C++ eigensolver of dense Hermitian matrices using Householder QR.

Language: C++ - Size: 677 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Dirkster99/NumericUpDownLib

Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing the textbox.

Language: C# - Size: 428 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 84 - Forks: 15

tbidne/smart-math

Smart constructors for common mathematical invariants.

Language: Haskell - Size: 618 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/math-base-assert-is-finitef

Test if a single-precision floating-point numeric value is finite.

Language: Python - Size: 587 KB - Last synced at: about 23 hours ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-infinite

Test if a double-precision floating-point numeric value is infinite.

Language: Python - Size: 409 KB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-nan

Test if a double-precision floating-point numeric value is NaN.

Language: Python - Size: 447 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonnegative-number

Test if a value is a number having a nonnegative value.

Language: JavaScript - Size: 533 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-digit-string

Test whether a string contains only numeric digits.

Language: JavaScript - Size: 595 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-number-array

Test if a value is an array-like object of numbers.

Language: JavaScript - Size: 601 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-probability

Test if a numeric value is a probability.

Language: Python - Size: 462 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

stdlib-js/assert-is-numeric-array

Test if a value is a numeric array.

Language: JavaScript - Size: 1.03 MB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-nanf

Test if a single-precision floating-point numeric value is NaN.

Language: Python - Size: 368 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonnegative-integer

Test if a value is a number having a nonnegative integer value.

Language: JavaScript - Size: 615 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-alphanumeric

Test whether a string contains only alphanumeric characters.

Language: JavaScript - Size: 603 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-square-triangular-number

Test if a value is a square triangular number.

Language: JavaScript - Size: 643 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonpositive-number

Test if a value is a number having a nonpositive value.

Language: JavaScript - Size: 527 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

hylo-so/fix

Fixed-point numbers with Solana Anchor support

Language: Rust - Size: 115 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 2

Alorel/mongoose-auto-increment-reworked 📦

An auto-incrementing field generator for Mongoose 4 & 5

Language: TypeScript - Size: 210 KB - Last synced at: 22 days ago - Pushed at: about 6 years ago - Stars: 18 - Forks: 3

stdlib-js/assert-is-positive-zero

Test if a value is equal to positive zero.

Language: JavaScript - Size: 510 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonpositive-integer-array

Test if a value is an array-like object containing only nonpositive integers.

Language: JavaScript - Size: 667 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

kevinongko/vue-numeric

Input field component to display a formatted currency value based on Vue.js

Language: JavaScript - Size: 1.82 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 462 - Forks: 119

jonaspleyer/approx-derive

Derive traits used in the approx crate.

Language: Rust - Size: 101 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

marcocesarato/react-native-input-spinner

An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.

Language: JavaScript - Size: 1.94 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 413 - Forks: 34

mrtkp9993/go-overflow

Lightweight Go library designed to handle integer arithmetic operations while checking for overflow and underflow conditions.

Language: Go - Size: 14.6 KB - Last synced at: 17 minutes ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-base-assert-is-probabilityf

Test if a single-precision floating-point number is a probability.

Language: Python - Size: 229 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-base-assert-is-odd

Test if a finite numeric value is an odd number.

Language: Python - Size: 387 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-positive-zero

Test if a double-precision floating-point numeric value is positive zero.

Language: Python - Size: 453 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-negative-finite

Test if a numeric value is a negative finite number.

Language: Python - Size: 448 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-nonnegative-finite

Test if a numeric value is a nonnegative finite number.

Language: Python - Size: 320 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-negative-zerof

Test if a single-precision floating-point numeric value is negative zero.

Language: Python - Size: 555 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-negative-zero

Test if a double-precision floating-point numeric value is negative zero.

Language: Python - Size: 355 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-finite

Test if a double-precision floating-point numeric value is finite.

Language: Python - Size: 399 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

SixArm/sixarm_ruby_numeric_round

SixArm.com » Ruby » Numeric #round, #floor, #ceil methods with precision

Language: Ruby - Size: 332 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SixArm/sixarm_ruby_numeric_percent

SixArm.com » Ruby » Numeric#percent to calculate percentage

Language: Ruby - Size: 233 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/assert-is-well-formed-string

Test if a string is a well-formed string.

Language: JavaScript - Size: 206 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-triangular-number

Test if a value is a triangular number.

Language: JavaScript - Size: 664 KB - Last synced at: 28 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-integer-array

Test if a value is an array-like object containing only integers.

Language: JavaScript - Size: 737 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

JayeshLab/vue-numeric-input

Number input component with controls

Language: HTML - Size: 1.88 MB - Last synced at: about 7 hours ago - Pushed at: about 2 years ago - Stars: 76 - Forks: 27

yousifnimah/NumToWordsGo

A lightweight Go library that provides a simple function to convert numeric values into their corresponding word representation in two languages Arabic and English.

Language: Go - Size: 68.4 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 7 - Forks: 1

fs23yayan/EksplorasiDataNumerik

Eksplorasi Data Numerik for Data Science in Marketing : Customer Segmentation with Python - Part 1

Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

typedbyte/numeric-domains

A library to construct, combine and process numeric domains, written in Haskell.

Language: Haskell - Size: 17.6 KB - Last synced at: 12 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

lukasvinclav/django-admin-numeric-filter

Numeric filters for Django admin

Language: Python - Size: 1.05 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 78 - Forks: 38

stdlib-js/assert-is-negative-integer-array

Test if a value is an array-like object containing only negative integers.

Language: JavaScript - Size: 643 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-number

Test if a value is a number.

Language: JavaScript - Size: 575 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-unity-probability-array

Test if a value is an array of probabilities that sum to one.

Language: JavaScript - Size: 1.04 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-oddf

Test if a finite single-precision floating-point number is an odd number.

Language: Python - Size: 225 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vilcans/numquant

Rust crate to quantize numbers to a smaller range to save bandwidth or memory

Language: Rust - Size: 28.3 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

stdlib-js/assert-is-nonnegative-finite

Test if a value is a number having a nonnegative finite value.

Language: JavaScript - Size: 235 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-square-number

Test if a value is a square number.

Language: JavaScript - Size: 627 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

zRenard/zRenardWatch

Garmin Watch Face

Language: Monkey C - Size: 5.75 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

NumPHP/NumPHP

Mathematical PHP library for scientific computing

Language: PHP - Size: 316 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 143 - Forks: 17

stdlib-js/assert-is-positive-integer-array

Test if a value is an array-like object containing only positive integers.

Language: JavaScript - Size: 663 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-probability

Test if a value is a probability.

Language: JavaScript - Size: 523 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-infinite

Test if a value is an infinite number.

Language: JavaScript - Size: 549 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-safe-integer

Test if a value is a number having a safe integer value.

Language: JavaScript - Size: 634 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

fengwang/matrix

A modern, C++20-native, single-file header-only dense 2D matrix library.

Language: C++ - Size: 98.3 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 87 - Forks: 8

Erriez/ErriezRobotDyn4DigitDisplay

RobotDyn 4-digit 7-segment TM1637 display library for Arduino

Language: C++ - Size: 786 KB - Last synced at: 25 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 2