Repository navigation

#

bignumber

An arbitrary-precision Decimal type for JavaScript

JavaScript
6921
1 个月前

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic

JavaScript
6900
1 个月前

Arbitrary-precision fixed-point decimal numbers in Go

Go
6895
2 个月前

A small, fast JavaScript library for arbitrary-precision decimal arithmetic.

JavaScript
5095
4 个月前

Small portable multiple-precision unsigned integer arithmetic in C

C
453
1 年前

The light version of decimal.js, an arbitrary-precision Decimal type for JavaScript.

JavaScript
399
1 年前
JavaScript
365
1 个月前

Rust language general purpose elliptic curve cryptography.

Rust
270
1 年前

A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.

TypeScript
225
12 天前

C++ class for creating and computing arbitrary-length integers

C++
200
1 年前

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.

JavaScript
150
2 个月前

Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.

Nim
85
22 天前

Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.

PHP
78
2 个月前

goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.

Go
75
3 年前

Arbitrary precision integer arithmetic library in pure Lua

Lua
66
8 个月前

Convert fixed-point numbers to ethers big numbers and vice-versa.

TypeScript
51
2 年前

The open-source computational framework for the Swift language

Swift
51
2 年前

BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, reverse. We can check that a number is a palindromic number, counting occurrences, etc🔎🔎. It has some conversion options to convert a string to bhimInteger etc 📍📍.

C++
50
5 年前