User Portlet
Discussions |
---|
>The use of "applies" in the documentation for Map is misleading. Map does not Apply. A better description might be "Map evaluates f for each element of the first level in expr". |
Thanks, Sander! -- I think I've finally got it. Stupid of me: Looking at "{f, {Sin[x], Cos[x]}}", I didn't realize that this was the first of two iterators -- fooled by the fact that f was given a list of *functions* rather than the usual "ladder"... |