| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.