Topic: "bigdecimal"
MikeMcl/bignumber.js
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
Language: JavaScript - Size: 4.7 MB - Last synced at: about 14 hours ago - Pushed at: 6 days ago - Stars: 6,835 - Forks: 743

MikeMcl/decimal.js
An arbitrary-precision Decimal type for JavaScript
Language: JavaScript - Size: 8.02 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 6,733 - Forks: 484

MikeMcl/big.js
A small, fast JavaScript library for arbitrary-precision decimal arithmetic.
Language: JavaScript - Size: 2.64 MB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 5,022 - Forks: 417

brick/math
Arbitrary-precision arithmetic library for PHP
Language: PHP - Size: 1.4 MB - Last synced at: 3 days ago - Pushed at: 27 days ago - Stars: 1,950 - Forks: 82

ionspin/kotlin-multiplatform-bignum
A Kotlin multiplatform library for arbitrary precision arithmetics
Language: Kotlin - Size: 3.05 MB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 401 - Forks: 45

MikeMcl/decimal.js-light
The light version of decimal.js, an arbitrary-precision Decimal type for JavaScript.
Language: JavaScript - Size: 649 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 382 - Forks: 47

eobermuhlner/big-math
Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
Language: Java - Size: 22.6 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 313 - Forks: 40

Patashu/break_infinity.js
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.
Language: TypeScript - Size: 1.83 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 220 - Forks: 34

wrandelshofer/FastDoubleParser
A Java port of Daniel Lemire's fast_float project
Language: Java - Size: 16.9 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 167 - Forks: 18

royNiladri/js-big-decimal
Work with large numbers on the client side with high precision.
Language: TypeScript - Size: 2.05 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 161 - Forks: 28

Patashu/break_eternity.js
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.
Language: JavaScript - Size: 745 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 138 - Forks: 45

ruby/bigdecimal
Arbitrary-precision decimal floating-point number library for Ruby
Language: C - Size: 1.67 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 125 - Forks: 75

MaxGraey/as-bignum
Fixed length big numbers for AssemblyScript 🚀
Language: TypeScript - Size: 3.64 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 63 - Forks: 22

Crossoid/Kotlin-Native-BigDecimal
Kotlin/Native BigDecimal implementation
Language: Kotlin - Size: 376 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 59 - Forks: 0

ckormanyos/wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
Language: C++ - Size: 1.83 MB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 51 - Forks: 8

deveel/deveel-math
A library for handling big numbers and decimals under Mono/.NET frameworks
Language: C# - Size: 1.26 MB - Last synced at: 16 days ago - Pushed at: 10 months ago - Stars: 51 - Forks: 11

mortezaadi/bigdecimal-utils
Utility for BigDecimal comparison
Language: Java - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 49 - Forks: 15

ttulka/as-big
AssemblyScript library for arbitrary-precision decimal arithmetic
Language: JavaScript - Size: 688 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 37 - Forks: 1

TurboPack/RudysBigNumbers Fork of rvelthuis/DelphiBigNumbers
BigInteger, BigDecimal, and BigRational for Delphi. Canonical home of Rudy Velthuis' libraries.
Language: Pascal - Size: 33.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 35 - Forks: 11

mgriebling/BigDecimal
Arbitrary-precision decimal arithmetic in Swift with full math functions and fixed-precision Decimal 32-, 64-, and 128-bit types.
Language: Swift - Size: 5.05 MB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 35 - Forks: 7

hmmhmmhm/safebase
Tiny 2kb, zero deps, infinite precision: SafeBase for all your big integer + big decimal needs.
Language: TypeScript - Size: 356 KB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 34 - Forks: 0

randomseed-io/bankster
Money Creation Made Easy
Language: Clojure - Size: 722 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 34 - Forks: 5

readysteady/percentage
Ruby gem for working with percentages
Language: Ruby - Size: 51.8 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 32 - Forks: 3

yawaramin/ocaml-decimal
Arbitrary-precision floating-point decimals
Language: OCaml - Size: 614 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 31 - Forks: 4

gciatto/kt-math
Pure Kotlin porting of Java's BigIntegers and BigDecimals (along with java.math.*)
Language: Kotlin - Size: 1.4 MB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 30 - Forks: 4

benibela/bigdecimalmath
Pascal library for arbitrary precision BCD floating point numbers
Language: Pascal - Size: 555 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 15

davidmartinez10/bigfloat
A library for arbitrary precision decimal floating point arithmetic.
Language: TypeScript - Size: 146 KB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 18 - Forks: 1

srknzl/bigdecimal.js
BigInt based BigDecimal implementation
Language: JavaScript - Size: 33.3 MB - Last synced at: 12 days ago - Pushed at: 12 months ago - Stars: 17 - Forks: 5

Daninet/exactnumber
Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.
Language: TypeScript - Size: 433 KB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 16 - Forks: 2

eobermuhlner/kotlin-big-math
Kotlin library for BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
Language: Kotlin - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 2

tigertv/BeeNum
BeeNum is an arbitrary-precision arithmetic library.
Language: C++ - Size: 134 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 14 - Forks: 2

Leslie-Wong-H/jsbi-calculator
JSBI-Calculator is an IE11-compatible calculator utility to perform arbitrary (up to 18 decimals) arithmetic computation, with the help of JSBI-based BigDecimal.
Language: TypeScript - Size: 354 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 12 - Forks: 2

FirebirdSQL/decimal-java
Java library to encode and decode IEEE-754 decimals
Language: Java - Size: 842 KB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 12 - Forks: 3

uzyn/bigdenary
🦕🧮 Arbitrary-length decimal library, implemented with ES2020's native BigInt.
Language: TypeScript - Size: 75.2 KB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2

abranhe/bigdecimal
✖︎ Arithmetic operations in BigDecimal made easier
Language: Java - Size: 50.8 KB - Last synced at: 18 days ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 4

BardoQi/BigMath
A PHP library to work with big integers and big decimals. This library makes use of the GMP extension and bcmath to do its calculations.
Language: PHP - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 1

onix-labs/onixlabs-dotnet
ONIXLabs .NET Library - Includes powerful APIs for functional and object-oriented programming, security, cryptography and numerics.
Language: C# - Size: 782 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 9 - Forks: 2

lordazzi/calc-js
Handle JavaScript operations, avoiding the native problems of the language
Language: TypeScript - Size: 641 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 4

hmmhmmhm/infinite.js
🔢 infinite.js helps the easy use of big integer and big decimal in node.js
Language: JavaScript - Size: 14.6 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 0

printercu/money Fork of RubyMoney/money
BigDecimal powered version of "money" gem
Language: Ruby - Size: 2.01 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 0

libj/math
Performance extensions to the java.math Java API.
Language: HTML - Size: 3.41 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 2

AlexSp3/Basenumber.js
A BigDecimal library for arbitrary precision that allows you to work with numbers in different bases from 2 to 36.
Language: JavaScript - Size: 784 KB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 0

asiryan/OpenJDK.BigMathNET 📦
Advanced Java big math functions implementation using .NET Framework.
Language: C# - Size: 125 KB - Last synced at: 8 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 2

lovung/decimal
Mathematic library for the Decimal number - Support recurring decimal
Language: Go - Size: 85 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

SzigetiJ/biguint
Big unsigned integers (128, 256, 384, 512 or more bits), big (signed) integers and big decimal numbers.
Language: C - Size: 255 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 2

mpobjects/bdparsii 📦
Super fast and simple evaluator for mathematical expressions written in Java, BigDecimal version.
Language: Java - Size: 424 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

konigsoftware/konig-decimal
Safe and developer friendly arithmetic in idiomatic Kotlin
Language: Kotlin - Size: 84 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

jimmckeeth/DelphiBigNumbers Fork of rvelthuis/DelphiBigNumbers 📦
BigInteger and BigDecimal for Delphi.
Language: Pascal - Size: 11.9 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

davidmartinez10/bigfloat-esnext
A library for arbitrary precision decimal floating point arithmetic.
Language: TypeScript - Size: 126 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

YuryMikhailuts/kig-decimal
Зеркало проекта KigDecimal. Библиотека реализации BigDecimal для kotlin multiplatform (jvm, js)
Language: Kotlin - Size: 97.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

BelmoMusta/alpha-number
Convert numbers from digital format to letters.
Language: Java - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

eeng/danconia
A very simple money library for Ruby
Language: Ruby - Size: 136 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

XeroXP/DecimalSharp
An arbitrary-precision Decimal type for C#. Port of decimal.js.
Language: C# - Size: 1.15 MB - Last synced at: 12 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

davidmartinez10/bigfloat-deno
A library for arbitrary precision decimal floating point arithmetic.
Language: TypeScript - Size: 17.6 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

mariusbalcytis/math
PHP library for arbitrary precision mathematics
Language: PHP - Size: 152 KB - Last synced at: 2 days ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 4

xemantic/xemantic-ai-money
Real-time calculation of LLM usage costs - a Kotlin multiplatform library
Language: Kotlin - Size: 137 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

XeroXP/BigSharp
Big in C#. Port of big.js. A small, fast C# library for arbitrary-precision decimal arithmetic.
Language: C# - Size: 1.14 MB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

EricTerrell/Pi-Calculator
Compute 𝛑 to a ludicrously high precision! (C#, Avalonia UI)
Language: C# - Size: 159 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

invision-trading/num
A Java library that abstracts the mathematical operations on real decimal numbers represented in computer memory as floating-point binary numbers or arbitrary-precision decimal numbers.
Language: Java - Size: 206 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

udaken/jdk.math.BigDecimal
C# implementation of BigDecimal ported from OpenJDK.
Language: C# - Size: 229 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Synt4xErr0r4/ieee754-java
A Java 19 library for converting between IEEE 754 binary and decimal floating point numbers and Java's BigDecimal
Language: Java - Size: 164 KB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

sbesada/java.nth.root.calculator
BigInteger & BigDecimal nth root calculator
Language: Java - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

kshetline/json-z Fork of json5/json5
JSON-Z — JSON for everyone
Language: JavaScript - Size: 905 KB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

spagreeks/Decimals.jl
Language: Julia - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

fatshaw/calculator
RPN Calculator
Language: Java - Size: 173 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

taeh98/Prime-Numbers
A program to print/save (to a text file) all prime numbers or the next prime number after a given input start number.
Language: Java - Size: 5.86 KB - Last synced at: 25 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

calleo/mongoid_decimal 📦
Money money money!
Language: Ruby - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

nilostolte/BigDecimalMath
This is a repository containing examples to use Java's BigDecimal class, an adapted copy of Eric Obermühlner BigDecimalMath class and a more compact version of his big-math repository. A single program (BigDecimalMathExample) illustrates the use of the library.
Language: Java - Size: 58.6 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

RedInfinityPro/JavaToolkit
Rating: (7/10) The Java Toolkit is a collection of Java programs providing various utilities and functionalities for mathematical and practical tasks, including generating random month names, calculating averages, and approximating pi.
Language: Java - Size: 6.84 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JackTesla/BigDecimal
A large number calculation library
Language: C++ - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

chuacw/BigNumbers Fork of rvelthuis/DelphiBigNumbers
BigInteger and BigDecimal for Delphi
Language: Pascal - Size: 11.6 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

whatthefoxsay0/Foximal
A Javascript library for big Numbers.
Language: JavaScript - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

frolma/frutils
Utility classes for simple operations - no-op, if-null-op, strings, dates, big-decimals and more - without creating additional objects and to improve code readability
Language: Java - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

make-github-pseudonymous-again/js-rational-field
:woman_farmer: Rational field for JavaScript
Language: JavaScript - Size: 3.28 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

peterphmikkelsen/kotlin-bignumber-extensions
Various Kotlin extensions for java.math.BigInteger and java.math.BigDecimal
Language: Kotlin - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

bartekleon/BigMath
Math library for big numbers
Language: TypeScript - Size: 720 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 3

kloverde/java-NumberUtil
Down with BigDecimal.compareTo
Language: Java - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

alexsgi/android-utils 📦
Tools for your android app.
Language: Java - Size: 174 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

username1565/BigInteger.js Fork of peterolson/BigInteger.js
https://username1565.github.io/BigInteger.js/
Language: JavaScript - Size: 854 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

subha81788/simplest-ecommerce-app
Language: Java - Size: 73.2 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

exizt/kotlin-N
BigDecimal 비교하는 클래스.
Language: Kotlin - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

DW-yejing/calculator
a simple calculator without precision loss, based on bigdecimal
Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MarceloSouza1983/java-8
Neste desafio é necessário somar ou subtrair determinados atributos do tipo *BigDecimal* de uma *classe* usando Reflection
Language: Java - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

AmrAlSayed0/UniversalUnitConverter
Language: C# - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

esotericpig/senpi
pi in base 12 with custom-made Big Integer/Decimal classes for use with (almost) any base.
Language: Java - Size: 154 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

nimaafshar/MathExpressionEvaluator
a simple Mathematical Expression Evaluator using shunting yard algorithm
Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

cryptoexplained/big-numbers
JavaScript Precision Arithmetic
Language: JavaScript - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

dc0614/Side-Projects
This is random projects that I have done during a Tech Bootcamp for practice
Language: Java - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

janesser/BigDecimalMath4Scala
BigDecimal Arithmetics for Scala (BigDecimalMath4Scala)
Language: Scala - Size: 1.33 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

luismendes070/beg-java-7 Fork of Apress/beg-java-7
page 318 BigDecimal Source code for 'Beginning Java 7' by Jeff Friesen
Size: 1.24 MB - Last synced at: 12 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

kevinesaa/calculadora
Una simple implementación en java de una calculadora
Language: Java - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Archives/MikeMcl_decimal.js
Language: JavaScript - Size: 32.6 MB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0