summaryrefslogtreecommitdiff
path: root/sqr.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-107/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-13/+10
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Added logging support to mpfr_sqr and mpfr_sqrt.vlefevre2008-07-311-0/+3
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* sqr.c: set the global inexact flag.vlefevre2007-09-181-1/+1
* Untabified and removed trailing spaces.vlefevre2007-06-201-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* now tune Mulders short square (not yet used)zimmerma2005-10-291-9/+10
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+3
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-0/+106