Motion P1788/M0017.02: Yes
I vote YES on Motion 17 (Version 2).
But some obvious typos need to be fixed:
* 3.1.3: A text-interval is *a* particular kind... (the "a" is missing)
* 3.3.1: The statement is:
Y = intvl2text(x,"%.5e");
but the examples are: 3.33333E-1 and 6.66667E-1. The case doesn't
match. Use either
Y = intvl2text(x,"%.5E");
or
3.33333e-1 and 6.66667e-1.
* 3.4.1: I suppose that %e.d and %f.d should be: %.de and %.df
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)