Porting big integers division code to VBA

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • VBA-float

    This is a class module in beta state to implement computations with large integers and reals/rationals numbers, while proposing representation of numerical values as scientific notation, allowing to obtain several cohorts for the same number (a lot of fun!).

  • In that post I mentioned a library that I had coded in VBA to operate on numbers with hundreds, even thousands of digits. At that time I raised a difficulty that I had encountered when implementing large integer division and u/sancarn recommended me to port code from other libraries to VBA. In this issue I collect the details on the subject.

  • VBA-float

    This is a class module in beta state to implement computations with large integers and reals/rationals numbers, while proposing representation of numerical values as scientific notation, allowing to obtain several cohorts for the same number (a lot of fun!). (by EagleAglow)

  • I forked your project to https://github.com/EagleAglow/VBA-float, and tried to write some test code (DivTest.bas). The reference values are the values used by the assert commands in Silent Matt's library.

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

    InfluxDB 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

  • FreeBasic

    1 project | news.ycombinator.com | 22 Dec 2023
  • Settings Management that moves with your workbook and supports custom settings by OS and / or User

    3 projects | /r/vba | 6 Dec 2023
  • How to enable very fast wildcard searches on large tables

    1 project | /r/excel | 25 Nov 2023
  • Writing a Compiler is Surprisingly Easy (part 1)

    5 projects | news.ycombinator.com | 7 Nov 2023
  • ExcelWebView2 - an embedded Edge browser project in Excel

    1 project | /r/excel | 7 Nov 2023