On Sat, Nov 6, 2021 at 8:06 AM, Steven Abner wrote: > sample use: > steven@steven-ryzen:~/Development/Projects$ gcc newlib_printf_demo.c > -o nldemo > steven@steven-ryzen:~/Development/Projects$ ./nldemo > 0.0000000000000000000000000000000000000000009 > 3.14159 > > Steve At least I'll stoke off the list comments: Apologies, I hadn't synced files, so what I sent was an earlier version lacking full long double abstract and full 128 mantissas. This also has easy switching for testing between mantissas. This also voids earlier ldtostr.c since was also non-synced. This version suppose to allow running of quadruples along side of long double abstract. If giving this serious consideration, can provide strtold for total independence from gdtoa. This a big leap, so TALK amongst yourselves. Steve