mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Fix whitespace (use blanks consistently).
Change-Id: I73ecfe8f1e46e4821dafc6ed5788f48a1f0deeea Reviewed-on: https://go-review.googlesource.com/1213 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
212914f573
commit
779682107f
@ -5,13 +5,13 @@
|
|||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Usage:
|
// Usage:
|
||||||
// fibo <n> compute fibonacci(n), n must be >= 0
|
// fibo <n> compute fibonacci(n), n must be >= 0
|
||||||
// fibo -bench benchmark fibonacci computation (takes about 1 min)
|
// fibo -bench benchmark fibonacci computation (takes about 1 min)
|
||||||
//
|
//
|
||||||
// Additional flags:
|
// Additional flags:
|
||||||
// -half add values using two half-digit additions
|
// -half add values using two half-digit additions
|
||||||
// -opt optimize memory allocation through reuse
|
// -opt optimize memory allocation through reuse
|
||||||
// -short only print the first 10 digits of very large fibonacci numbers
|
// -short only print the first 10 digits of very large fibonacci numbers
|
||||||
|
|
||||||
// Command fibo is a stand-alone test and benchmark to
|
// Command fibo is a stand-alone test and benchmark to
|
||||||
// evaluate the performance of bignum arithmetic written
|
// evaluate the performance of bignum arithmetic written
|
||||||
|
Loading…
x
Reference in New Issue
Block a user