I'm writing an implementation of a couple of methods to find the natural logs of numbers using GMP in C. I have two functions, both of which work, but one of which runs a lot slower than the other. The issue is that it is the one that I expected to be faster that is the slowest.I'm writing an implementation of a couple of me