New function and example program computes Fibonacci numbers fairly fast.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Apr 2013 22:44:34 +0000 (23:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Apr 2013 22:44:34 +0000 (23:44 +0100)
commitab9168949ec2762698d6293adf17b637f30b891e
treebe9f7c20ff03b2fa87d2c2bda3fe0d4d83c554b5
parentb2776fdf2a98ea586bbdad50eca4ed95e967b0d7
New function and example program computes Fibonacci numbers fairly fast.
Makefile.m4
fibonacci.c [new file with mode: 0644]
mp-fibonacci.c [new file with mode: 0644]
mp-fibonacci.h [new file with mode: 0644]
tests/mp