Top 7 C++ floating-point Projects
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
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.
-
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-187> // 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...
-
-
Kraken
Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions. (by yahya-mohammed07)
-
adaptive-rounding
Smart floating-point number rounding algorithm. Attempts to round the number "nicely" like a human would do.
C++ floating-point discussion
C++ floating-point related posts
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 |