Merge branch 'main' into i69

This commit is contained in:
Chris Boesch 2024-03-28 20:42:35 +00:00
commit e06cdc0b70
8 changed files with 214 additions and 3 deletions

View file

@ -1,5 +1,5 @@
//
// Now that we are familiar with the principles of multithreading, we
// Now that we are familiar with the principles of multi threading, we
// boldly venture into a practical example from mathematics.
// We will determine the circle number PI with sufficient accuracy.
//