-
Robert Griesemer authored
Usage: fibo <n> compute fibonacci(n), n must be >= 0 fibo -bench benchmark fibonacci computation (takes about 1 min) Additional flags: -half add values using two half-digit additions -opt optimize memory allocation through reuse -short only print the first 10 digits of very large fibonacci numbers This change was reviewed in detail as https://codereview.appspot.com/168480043 . Change-Id: I7c86d49c5508532ea6206d00f424cf2117d2fe41 Reviewed-on: https://go-review.googlesource.com/1211Reviewed-by: Russ Cox <rsc@golang.org>
8d5fe682