Is there a way or data type where I can store numbers exceeding 1.7E308 (double maximum)?

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

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
  • 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.

  • For something like JavaScript, some people who need huge huge exponents are making incremental games, where numbers end up truly colossal but really fine details aren't super important. Libraries specifically for that case like https://github.com/Patashu/break_infinity.js are worth using.

  • 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
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

  • What is the biggest number in this game

    1 project | /r/ExponentialIdle | 12 Feb 2023
  • ELI5 How do Big Number libraries/calculations work?

    2 projects | /r/incremental_games | 2 Oct 2022
  • does anyone know why the bit integer limit doesnt seem to effect the numbers you can get in idle games?

    1 project | /r/incremental_games | 4 Dec 2021
  • What engine is really easy to use and free for an incremental game? RPGMaker is really easy but not really suitable. Is there anything else that is easy and free?

    1 project | /r/incremental_games | 17 Oct 2021
  • Hey! I am making small Unity open source library for big number!

    3 projects | /r/incremental_games | 6 Sep 2021