floff
floff copied to clipboard
A test repository for the WIP algorithm for fixed-precision floating-point formatting.
Results
2
floff issues
Sort by
recently updated
recently updated
newest added
I'm trying to recreate lookup tables for the algorithm, and it seems like the first thing to do is to calculate Q for all of the $(e, k)$ pairs. I...
Hi -- this is a very interesting technical project! I wonder if `%.[prec]f`-style formatting is considered in scope? It seeme the current implementation only covers `%.[prec]e`. Thanks!