On Tuesday, March 24, 2015 at 11:44:21 PM UTC+1, A. Jorge Garcia wrote: > > What I'm wondering is where does the n() method come from. Is it peculiar > to Sage or Maxima or what? Is it pure python? >
Actually, what you seem to want to know is where does the extra precision come from. Sage uses math packages that can return arbitrary precision numbers. If you want to have such ability in pure Python calculations, mpmath is your best bet. Regards, > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
