On 24 May 2016, at 05:02, Dmitry Nadezhin <dmitry.nadezhin@xxxxxxxxxx> wrote:
Michel,
That's an issue for full 1788 (where we have rational literals). It does
not arise in 1788.1 where all implementations use (or appear to use) b64
endpoints.
I should be more clear. I consider interchanging between 1788 and 1788.1 .
A program in 1788 computes and outputs result for further processing by
other programs without knowledge which interval datatypes are native for other program.
The first program doesn't want to loose precision in conversions.
So it outputs interval literals by s=intervalToExact(x).
If datatype of the first program contains intervals with rational ends,
it will outputs interval literals with rational number literals.
Some of the second programs are in 1788.1 .
They should be able to read the output of the first program containing rational number literals.