Re: Phix, numbers, printf, log10
- Posted by RobertS in April
- 645 views
Happy end, Hypatia 4.0 is here, with 18 digits integers and 15 digits floating-point accuracy. I wrote my own replacements for power(), sprintf(), to_number() and round(), and I think rounding is working the way it should now. In case anyone should be interested, we can talk about it. The "%e" fix was essential (thanks again, Pete!), and also never to forget to use / power(10, n) instead of * power(10, -n).
Btw, I have no idea how this happens, but in March Hypatia had 1387 downloads. No feedback whatever, though.
Robert