[Maxima] question about the use of bfloat

Stavros Macrakis macrakis at alum.mit.edu
Sun Jan 27 21:01:27 CST 2008


>
>    Nest(f, x, n) := ( for i thru n do x : f(x), x );
>

Since you don't use i, you can even simplify to:

           :=  (thru n do x: f(x), x)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20080127/1f80a940/attachment.htm 


More information about the Maxima mailing list