[Haskell-cafe] Re: iterative algorithms: how to do it in Haskell?

Lennart Augustsson lennart at augustsson.net
Sat Aug 19 09:56:19 EDT 2006


On Aug 19, 2006, at 05:14 , Henk-Jan van Tuyl wrote:

>
> [...]
>> *Iteration> fromtoby 12 42 3  (flip (**) 0.3333333333)
>
> fromtoby 12 42 3  (**0.3333333333)
>
And why approximate so much?

fromtoby 12 42 3 (** (1/3))



More information about the Haskell-Cafe mailing list