Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

Re: Difficulties in implementation of textToInterval(s)



On Mon, 23 May 2016 21:11:53 -0700 (PDT), Dmitry Nadezhin wrote:
> I remind why I insist on rational number literals.  I want interchange
> between different interval types [in] different implementations.

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.

The trouble with rationals is that there is no natural limit to p and q,
and they could be a Continued Fraction approximation of a b64 rounding
threshold, making it difficult to return the correct (tightest) hull.
If (as Dima asks later) the result of conversion were relaxed to just
"accurate" this would not be an issue.

Michel.
---Sent: 2016-05-24 04:35:58 UTC