diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 08:22:30 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 08:22:30 +0200 |
| commit | 8c0848245260f5a5a73793bc91daa432d2310bc6 (patch) | |
| tree | f6e31aca4da398990b7d11f65b3579c01cf2d5a3 /exercises | |
| parent | b9cbe199ab257cac447412cd924d4e833a9f7b7b (diff) | |
| parent | 5eadcdc9f9b991d331c02a79bdfa7c0a3d35bb17 (diff) | |
Merge pull request 'added result for 12 digits' (#397) from pi_precision into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/397
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/108_threading2.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/108_threading2.zig b/exercises/108_threading2.zig index 374391a..bbf8d78 100644 --- a/exercises/108_threading2.zig +++ b/exercises/108_threading2.zig @@ -105,3 +105,6 @@ fn thread_pi(pi: *f64, begin: u64, end: u64) !void { // // And you should remove the formatting restriction in "print", // otherwise you will not be able to see the additional digits. +// +// If count = 10_000_000_000_000 you should see the following: +// 3.141592653589 |
