fixed typo

This commit is contained in:
2023-06-12 17:42:02 +02:00
parent aab48ea3ff
commit 11d0f3c17b

View File

@@ -1,6 +1,6 @@
# Wii Pi # Wii Pi
This is an implementation of Pi using the Spigot algorithm that works for the Wii.<br> 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>. 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 # Building
```make``` ```make```