ma...@mendelu.cz wrote:

But I do not know, how much can I trust the result. If I do (for
example)

sin(1).n(digits=100000000)

is it true that the first 100000000 digits are correct? Or Sage
actually passes the computation to scipy or some library which has
limited precision a thus, only say first 10000 digits are correct.


Sage uses MPFR for things like what you do above, which would mean that the digits should be correct.

Thanks,

Jason

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to