Exponentiation

Christopher D. Tunnell ctunnell at CS.Princeton.EDU
Mon May 17 06:02:27 CEST 2004


f(x) = e^(-kx)

How do I do this if x and f(x) are mpf_t variables?  In the
documentation, the only floating point power function is mpf_pow_ui(),
which has the exponent as an unsigned long int.  There is no mpf_pow().

Thank you.

Chris



More information about the gmp-discuss mailing list