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

RE: Implementing the standard



I am forwarding the standard to you as a separate email

 

From: stds-1788@xxxxxxxx [mailto:stds-1788@xxxxxxxx] On Behalf Of Walter Mascarenhas
Sent: Thursday, July 16, 2015 1:25 AM
To: stds-1788 <stds-1788@xxxxxxxxxxxxxxxxx>
Subject: Implementing the standard

 

Dear P1788,

   I am implementing (yet another...) C++ library
for interval arithmetic in order to experiment with

some ideas and compare alternative ways of

implementing the basic operations (like

multiplication)

 

  At this point, the library is not ready for release,

and I am not sure if it will ever go beyond my

own experiments. However, since I am already
working at it, I would like to try to make it conformant
to the standard.

 

  I have only an old draft of P1788. How can I obtain

the most recent (and official) version of the

standard?

  I am mostly interested in what is in Appendix C

in my old draft, which describes a simplified

implementation of set based intervals build

on IEEE 754 floating point numbers.

 

         regards,

                        walter.