Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-11-07 13:12:32


on 11/7/01 1:34 AM, Daryle Walker at darylew_at_[hidden] wrote:

> It's at:
>
> http://groups.yahoo.com/group/boost/files/dlw_gcd.zip
>
> Moves the main stuff to the boost::math namespace.

It is also smarter about how GCDs are computed. There is a general routine,
and a specialized routine for signed numbers. In the previous version, the
specialized routine was always used. Now, the general routine is used
whenever the number type is shown not to be a signed number, otherwise the
specialized routine is used. There are some extra detail class templates
that decide based on the number type's std::numeric_limits.

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk