Hacker News new | ask | show | jobs
by haberman 4521 days ago
> You'll spend much more time just trying to figure out how to convert floating point values to strings.

I should hope not, since the source code to printf() should have pretty much the complete answer to that!

1 comments

It may not have a license that is compatible with your needs.

And yes, I did have to do my own float => string implementation.