$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2008-07-04 02:51:07
Does boost have a library of compile time maths functions? I've only
been able to find GCD and LCM algorithms
(boost/math/common_factor.hpp)
If such a library exists, it would be worth adding a summary of them
to /libs/math/doc/html/index.html
In paticular, I was looking for a compile time integer square root function.