On Friday 01 April 2011, Justin C. Walker wrote: > On Mar 31, 2011, at 14:45 , tvn wrote: > > hi, I try to check the src code of some function, for example gcd -- > > and in the src implementation I see references to mpz_gcd . What is > > mpz_* ? and how can I find it src code ? thanks > > Sounds like one of the multiprecision integer packages. I'd start with > libmpir, and maybe libntl, both of which are libraries used by Sage.
mpz_* are GMP functions or in Sage's case MPIR which is a fork of GMP: See: http://gmplib.org/ http://www.mpir.org/ Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF _www: http://martinralbrecht.wordpress.com/ _jab: martinralbre...@jabber.ccc.de -- 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