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