DESCRIPTION =========== This is a full collection of code examples from the C++ Interval Arithmetic Programming Reference. Please see this documentation for more information. COMPILATION =========== To compile and run the examples, use the following syntax: CC -xia ; ./a.out For example: CC -xia ce1-1.cc; ./a.out Note: The compilation of ce2-16.cc will fail intentionally to illustrate how >> is incorrectly interpretted as a right-shift operator. When interval types are used as template arguments for STL classes, a blank must be inserted between two consecutive > symbols. Copyright 1994-2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303, U.S.A. All rights reserved.