mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Merge pull request 'added result for 12 digits' (#397) from pi_precision into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/397
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--- exercises/108_threading2.zig 2025-08-15 15:17:57.839348063 +0200
|
||||
+++ answers/108_threading2.zig 2026-04-02 10:51:15.811831656 +0200
|
||||
--- exercises/108_threading2.zig 2026-04-14 06:44:18.848246237 +0200
|
||||
+++ answers/108_threading2.zig 2026-04-14 08:15:30.894485037 +0200
|
||||
@@ -81,8 +81,8 @@
|
||||
defer handle1.join();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user