On Saturday, October 8, 2016 at 5:09:19 PM UTC-4, digxx wrote:
>
> is f(x)=x^2 not an anonymous function?!?!
>

No, it has a name "f".  An anonymous function is an expression like "x -> 
x^2" that creates a function object without binding it to a constant name. 

Reply via email to