Skip to content

Commit

Permalink
number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram-zz committed Jan 16, 2014
1 parent d61c8ef commit d48d872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public final String toString() {
}

builder.append("Operations: ")
.append(String.format("%e",times))
.append(times)
.append('\n');

builder.append("Running time: ")
Expand Down

0 comments on commit d48d872

Please sign in to comment.