1 /* ===================================================================== */
3 /* CONTINUED FRACTIONS. THIS IS GOOD STUFF. */
12 cf(467288576/469097433);
17 /* cf can make the continued fraction expansion of sqrt(n) to
20 block([cflength:4],cfdisrep(cf(sqrt(3))));
24 ratsqrt(n,cflength):=ratsimp(cfdisrep(cf(sqrt(n))))$
29 /* With the primitives of SQRT and rational operations
30 continued fraction expansions of many trancendental expressions
31 may be made in the classical way. */
33 /* ======================== END ==== END ====================== */