mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Add Interval Library
[SVN r16983]
This commit is contained in:
parent
44bd6fa8a2
commit
f4502b6908
2 changed files with 13 additions and 2 deletions
|
@ -169,9 +169,14 @@
|
|||
<li><a href="libs/filesystem/doc/index.htm">Filesystem Library</a>
|
||||
added - Portable paths, iteration over directories, and other
|
||||
useful filesystem operations, from Beman Dawes.</li>
|
||||
<li><a href="libs/numeric/interval/doc/interval.htm">Interval
|
||||
Library</a> added - Extends the usual arithmetic functions to
|
||||
mathematical intervals, from Guillaume Melquiond, Hervé
|
||||
Brönnimann and Sylvain Pion.</li>
|
||||
<li><a href="libs/mpl/doc/index.html">MPL</a> added - Template
|
||||
metaprogramming framework of compile-time algorithms, sequences and
|
||||
metafunction classes, from Aleksey Gurtovoy.</li>
|
||||
<li>Many fixes and enhancements to other libraries.</li>
|
||||
</ul>
|
||||
|
||||
<p>October 10, 2002 - Version 1.29.0</p>
|
||||
|
@ -379,6 +384,6 @@
|
|||
<hr>
|
||||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38566" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->21 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38568" --></p>
|
||||
</body>
|
||||
</html>
|
|
@ -114,6 +114,9 @@ out how to build object libraries, when needed.</p>
|
|||
and a University of Notre Dame team.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
||||
usual arithmetic functions to mathematical intervals, from Guillaume
|
||||
Melquiond, Hervé Brönnimann and Sylvain Pion.</li>
|
||||
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
||||
prevent jumbled data, from Daryle Walker.</li>
|
||||
<li><a href="utility/iterator_adaptors.htm">iterator adaptors</a>
|
||||
|
@ -340,6 +343,9 @@ out how to build object libraries, when needed.</p>
|
|||
class template, from Kevlin Henney.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
||||
usual arithmetic functions to mathematical intervals, from Guillaume
|
||||
Melquiond, Hervé Brönnimann and Sylvain Pion.</li>
|
||||
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
|
||||
common divisor and least common multiple, from Daryle Walker.</li>
|
||||
<li><a href="math/octonion/index.html">math/octonion</a> -
|
||||
|
@ -471,6 +477,6 @@ out how to build object libraries, when needed.</p>
|
|||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->06 Jan 2003<!--webbot bot="Timestamp" endspan i-checksum="14744" --></p>
|
||||
s-format="%d %b %Y" startspan -->21 Jan 2003<!--webbot bot="Timestamp" endspan i-checksum="14736" --></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue