Re: Sequence question
- Posted by mindwalker May 01, 2013
- 1165 views
I ran into the problem you are talking about many years back. What Matt is telling you in his reply is true, but there is a gothcha.
I'm not completely remembering the details but the sequence contains the accuracy he indicates. But when you print the value or convert the value to text characters to place in a file the print/printf or something defaults you to 8 decimal points of accuracy (at least it did in version 3.0). There is a way to tell euphoria you want more accuracy, but I forget how.