C++ floating-point

Open-source C++ projects categorized as floating-point

Top 7 C++ floating-point Projects

floating-point
  1. {fmt}

    A modern formatting library

    Project mention: How is my Browser blocking RWX execution? | news.ycombinator.com | 2025-01-07

    it's probably not chrome because they are using this third party library: (https://github.com/fmtlib/fmt). also, it might be that this sink is actually meant to write a message to the console but due to configuration options its a noop.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Drachennest

    Different algorithms for converting binary to decimal floating-point numbers

  4. FloatCompMandelbrot

    What impact does floating point precision have on Mandelbrot set calculations?

    Project mention: FloatCompMandelbrot: What impact does floating point precision have on Mandelbr | news.ycombinator.com | 2024-03-12

    Seems like this algorithm does not do that ?

    https://github.com/ProfJski/FloatCompMandelbrot/blob/master/...

    > [...] Instead, we put pixels in a one-to-one relation to the points they represent. You can think of this as mapping some imaginary point on the pixel, such as its center or corner, onto the complex plane, and making the whole pixel represent that value.

  5. fas

    A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.

    Project mention: Show HN: Floating point arithmetic types in C++ for any size and any base | news.ycombinator.com | 2024-10-18

    7> // highest possible value of the exponent

    The Float then simulates unsigned 12bit mantissa and 3bit exponent. Sure it still takes 16 bytes. But you could create a union with bitfields, where you shrink that even further.

    [0] https://github.com/clemensmanert/fas/blob/58f9effbe6c13ab334...

  6. PERCIVAL

    Open-Source Posit RISC-V Core with Quire Capability (by artecs-group)

  7. Kraken

    Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions. (by yahya-mohammed07)

  8. adaptive-rounding

    Smart floating-point number rounding algorithm. Attempts to round the number "nicely" like a human would do.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ floating-point discussion

Log in or Post with

C++ floating-point related posts

  • FloatCompMandelbrot: What impact does floating point precision have on Mandelbr

    2 projects | news.ycombinator.com | 12 Mar 2024

Index

What are some of the best open-source floating-point projects in C++? This list will help you:

# Project Stars
1 {fmt} 21,169
2 Drachennest 117
3 FloatCompMandelbrot 107
4 fas 80
5 PERCIVAL 52
6 Kraken 31
7 adaptive-rounding 10

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com