Charles Nicholson
Charles Nicholson
Right now the code that splits floats up into `[integer portion | number of leading 0's after decimal | decimal portion]` stores the decomposed integer + decimal portions as uint64_t....
Make sure it compiles cleanly, has correct compiler support ifdefs + pragmas, etc
Rework conformance + mpaland tests to compile nanoprintf as a separate .o file and link in. That allows for a full dimension of the conformance tests to run against C...
http://www7.open-std.org/JTC1/SC22/WG14/www/docs/n2858.pdf Lets the user specify how many bits of the supplied integral value should be printed
Does anyone actually use this? I don't get it. ``` converts floating-point number to the hexadecimal exponent notation. For the a conversion style [-]0xh.hhhp±d is used. For the A conversion...
Analyze the value and figure out whether to print float-decimal or float-exponent
Hi everyone- I'm starting to play around with buck2 and it looks very interesting! I noticed that the release build (`cargo build -r`) clocks in at 75MB on my M1...
Thanks for `uv`, it's very impressive! :) Our build system creates and manages a virtual environment that's used for later parts of the build, and to host editably-installed packages that...
`uv venv --seed` installs + upgrades `setuptools`, `pip`, and `wheel`, which implies that its purpose is to facilitate distribution package creation. The recent distribution-packaging overhaul over the past few years...