Commit 77968210 authored by Robert Griesemer's avatar Robert Griesemer

Fix whitespace (use blanks consistently).

Change-Id: I73ecfe8f1e46e4821dafc6ed5788f48a1f0deeea
Reviewed-on: https://go-review.googlesource.com/1213Reviewed-by: 's avatarAlan Donovan <adonovan@google.com>
parent 212914f5
......@@ -5,13 +5,13 @@
// license that can be found in the LICENSE file.
// Usage:
// fibo <n> compute fibonacci(n), n must be >= 0
// fibo -bench benchmark fibonacci computation (takes about 1 min)
// 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
// -opt optimize memory allocation through reuse
// -short only print the first 10 digits of very large fibonacci numbers
// Command fibo is a stand-alone test and benchmark to
// evaluate the performance of bignum arithmetic written
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment