summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorJens Maurer <jens.maurer@gmx.net>2001-09-26 21:33:22 +0000
committerJens Maurer <jens.maurer@gmx.net>2001-09-26 21:33:22 +0000
commitfc0ec345cb0a5f06dc52925b13118df0adf96efb (patch)
tree3e69d612cbd496d9a3201cea34881dcdaa43edb2 /index.htm
parent2f5fdfb20102f94ab724ee0b8659f29c339efc5d (diff)
downloadboost-fc0ec345cb0a5f06dc52925b13118df0adf96efb.tar.gz
special functions, octonion, quaternions lib updated by Hubert Holin et al.
[SVN r11285]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 5925c84cca..bf7530db8a 100644
--- a/index.htm
+++ b/index.htm
@@ -75,6 +75,11 @@ Standard Library Technical Report.</p>
<h2><a name="Latest News">Latest News</a></h2>
<p>??? - Version 1.25.0
<ul>
+ <li><a href="libs/math/special_functions/index.html">Special functions</a>,
+ <a href="libs/math/octonion/index.html">octonions</a>,
+ <a href="libs/math/quaternion/index.html">quaternions</a> updated,
+ now useable with many more compilers, plus three new special functions,
+ from Hubert Holin, Eric Ford, and others.
<li><a href="libs/thread/doc/index.html">Thread Library</a> added. Portable
C++ multi-programming at last, from William Kempf.</li>
<li><a href="libs/utility/base_from_member.html">Base From Member</a> added to