
26 Mar
2008
26 Mar
'08
5 p.m.
Johan RĂ¥de wrote:
Reetesh Mukul wrote:
[snip]
Another question, is there any continued fraction library in BOOST ?
The Math Toolkit library in Boost 1.35 has support for continued fractions. Go to the Math/Special Functions docs, and then look under Internal Details and Tools.
To be precise: it has support for continued fraction *evaluation* - as required by many special functions implementations - it does *not* support continued fractions as a distinct type (similar to Boost.Rational) with full arithmetic support etc. HTH, John.