Working with extremely large numbers?

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • gmp-wasm

    Fork of the GNU Multiple Precision Arithmetic Library (GMP), suitable for compilation into WebAssembly.

  • If you don't want to deal with doing things by yourself, you could try GMP. It has a C++ interface and being GNU you can count on Cygwin to provide a .dlll (cyggmpxx-version.dll is the name) if you don't want to build it yourself.

  • autohotkey-scripts

    :ok_hand: A collection of Autohotkey scripts and functions authored by me (Avi Aryan). (by aviaryan)

  • From a forum post, it looks like you could use Aviaryan's ScientificMaths library (documentation), which is using strings.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • big.js

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

  • Just for fun, using javascript library:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Solving the "floating point precision" problem with... floats?

    2 projects | dev.to | 22 May 2023
  • BigDecimal equivalent. What do you use?

    1 project | /r/node | 15 Dec 2022
  • Working with Currency Values in TypeScript

    1 project | dev.to | 1 Dec 2022
  • Best way to deal with excessive decimal results in calculator

    2 projects | /r/learnjavascript | 10 Sep 2022
  • How can i prove that 0.1 + 0.2 = 0.3 is there like a function or ANYTHING i can do to bypass this error which occurs in most programming languages

    4 projects | /r/learnjavascript | 31 Jul 2022