Re: problems with Lua
"Andreas K. Foerster" <[email protected]> Fri, 19 Jul 2013 23:50:09 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 19, 2013 at 09:52:30PM +0200, Felix von Leitner wrote: > The floating point input and output routines are pretty buggy, > unfortunately. Input and output of floating point numbers is harder > than it looks, it turns out :-) Thanks for confirming that that is the problem. I am aware that floating points are not ideal. I avoid them in my own code whenever I can. It seems to be possible to compile Lua without floating points. But it's not only a configuration option. I'm going to have a look at it... -- AKFoerster <http://AKFoerster.de/>