Arb: Efficient Arbitrary-Precision Midpoint-Radius Interval Arithmetic (2016)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead

  • https://github.com/fredrik-johansson/arb

  • MultiFloats.jl

    Fast, SIMD-accelerated extended-precision arithmetic for Julia

  • Relatedly, there's a relatively new julia package called MultiFloats.jl [1] for doing arithmetic with numbers of the form a_1 + a_2 + ... + a_n where a_{i+1} is of the round off error size a_i. So it's fixed precision, but the cool thing is you can easily generate code for arbitrary `n`.

    [1] https://github.com/dzhang314/MultiFloats.jl

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

    Thin, efficient wrapper around Arb library (http://arblib.org/)

  • Arblib.jl [1] is a Julia wrapper for Arb. Most of the basic wrapping is auto-generated from Arbs documentation. There is still work left to make it interface well with the Julia ecosystem, and document it, but it's on it's way.

    https://github.com/kalmarek/Arblib.jl

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

  • Patriot Missile Floating point Software Problem lead to deaths 28 Americans

    2 projects | news.ycombinator.com | 3 Jan 2024
  • Beyond Automatic Differentiation

    2 projects | news.ycombinator.com | 14 Apr 2023
  • Function betrayal

    1 project | /r/mathmemes | 27 Oct 2022
  • What are some best practices in dealing with precision errors in computing?

    1 project | /r/math | 12 Oct 2022
  • Numeric equality

    1 project | /r/ProgrammingLanguages | 29 Aug 2022