j
k
j a
j l
Looks like Gmp.mpz.pow converts its argument to an integer first, i.e. you actually do 17->pow(0). Gmp doesn't have any mpz pow function that takes a float power, so it's not trivial to make it work better.
Back to the thread
Back to the list