On 02/27/2017 09:25 PM, Nils Bruin wrote:
> 
> But only after you've declared f to be a function. If you want to do it in 
> one line, you'd have to spell out:
> 
> f(x) = function('f')(x)
> 
> ...
> 
> f=function('f')(x).function(x)

Well that's no fun.


> which would probably not fill you with joy ... I'm not so sure if we want 
> function('f',x) to be a shorthand for that.

Is there a better way to obtain x |--> f(x)? In any case, there was a
bug in my example, and I won't be suggesting "f = function('f',x)" in
the future (at least until I forget how it works again).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to