[Haskell] Power series in a nutshell

Taral taralx at gmail.com
Thu Jul 12 14:18:35 EDT 2007


On 7/12/07, Doug McIlroy <doug at cs.dartmouth.edu> wrote:
> http://www.cs.dartmouth.edu/~doug/powser.html

Very nice. I would only recommend that you include:

scale k f = map (k*) f

and have (*) use it. Thanks for your contribution!

-- 
Taral <taralx at gmail.com>
"Please let me know if there's any further trouble I can give you."
    -- Unknown


More information about the Haskell mailing list