On Mar 6, 12:53 pm, Jason Grout <[EMAIL PROTECTED]> wrote: > As another option, though, how about > having the S or Sage namespace include all of the global namespace (at > least the default global namespace), so that S.pi (or Sage.pi) would > always refer to the sage system pi (as opposed to having to find that pi > is sage.functions.constants.pi).
William mentions that sage.all is this default global namespace; if you want a shorter name, you can do: sage: import sage.all as S sage: S.pi pi Carl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---