initial commit of the files

This commit is contained in:
2023-06-12 17:39:22 +02:00
commit aab48ea3ff
4 changed files with 263 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Wii Pi
This is an implementation of Pi using the Spigot algorithm that works for the Wii.<br>
In theory you should be able to calculate as much digits as malloc can allocate memory, but in fact the more you allocate memory the more time it takes to compute digits.<br>.
# Building
```make```