> > I have a question though. Does the "from math import sin, cos, exp,
> > pi" statement affect other cells or just the cell that it appears in?
>
> It affects all cells that are evaluated after it.
>
> You could just write
>
>    math.sin, math.cos, math.exp and math.pi
>
> instead of sin, cos, exp, pi to have no effect on any
> other cells.

Thanks for the info! And many thanks to you and everyone who work on
SAGE.

Matthew
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to