St Maxwell

Results 3 comments of St Maxwell

@ivan-pi Thanks for your questions. `d2fixed` and `d2exp` in fact correspond to `f` and `es` in Fortran. `d2exp` generates significand with absolute value greater than or equal to 1 and...

I have just implemented a [Fortran version](https://github.com/St-Maxwell/ryu_fortran) of Ryu which can effectively convert floating point numbers to decimal strings. After the codes being fully tested, I think they can be...

@jvdp1 I plan to implement conversion routines for `real32` and `real64`. Case of `real128` will fall back to internal IO until we implement Ryu for this kind later.