summaryrefslogtreecommitdiff
path: root/src/pow_z.c
Commit message (Expand)AuthorAgeFilesLines
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* more explicit casts in src/ to avoid warnings with '-Wconversion'enge2010-08-311-1/+1
* unified computation of pow_ui and pow_si in a function pow_usi, therebyenge2010-06-171-17/+21
* [src/pow_z.c] calls mpc_pow_ui or mpc_pow_si when the exponent fitszimmerma2010-05-151-1/+8
* [pow_d.c, pow_ld.c] use DBL_MANT_DIG and LDBL_MANT_DIGzimmerma2009-10-071-1/+2
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-0/+36