Re: How to make get_double() similar to get_integer32() ?
- Posted by mattlewis (admin) Jan 21, 2013
- 1000 views
SnakeCharmer said...
I have large file, consist of 8-byte chunks, each of them is double precision number. File was generated by VB.NET-program. How to convert it to Euphoria's sequence of atoms? Of course, I can rewrite that VB.NET-code, so that it gave out the values convenient for Euphoria. But I wouldn't like it. I knew that the code would disposable therefore didn't seek to do it clear even for itself.
Take a look at float64_to_atom, which is in std/convert.e.
Matt