1 | initial version |
Does it answers the question ?
sage:s=sin(x)
sage: s
sin(x)
sage: f=s.function(x)
sage: f
x |--> sin(x)
2 | spelling |
Does it answers answer the question ?
sage:s=sin(x)
sage: s
sin(x)
sage: f=s.function(x)
sage: f
x |--> sin(x)