summaryrefslogtreecommitdiff
path: root/mpz/pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Handle some small exponents locally.Torbjorn Granlund2008-12-081-2/+17
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/ui_pow_ui.c: Rewrite using mpz_n_pow_ui.Kevin Ryde2001-02-281-89/+3
* Remove K&R function headers.tege2001-01-021-17/+3
* * mpn/generic/sqrtrem.c, mpz/pow_ui.c, mpz/powm_ui.c, mpf/get_str.c,Kevin Ryde2000-12-241-2/+2
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* Increase temp space allocation by 1 limb.tege1997-09-221-5/+5
* Swap tests for (e == 0) and (bsize == 0).tege1996-06-061-6/+6
* Initial revisiontege1996-05-081-0/+129