Hi, I've looked at the source code for mpz_fib_uiand mpz_fib2_ui, and I'm having trouble understanding it mainly because of all the low-level C semantics involving sizes. Is there a way for me to obtain C# code or pseudo-code for your implementation of the Fibonacci number computation? Chris