Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Aug 18, 2023
1 parent bd8e5ba commit ef733ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/math.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Types of PI in fusion engine
## Types of PI in Fusion Engine
These are used for certain miscellaneous math things.

Full version of pi (3.141592653589793238462643383279502884197):
Expand All @@ -9,7 +9,7 @@ A slightly smaller version that python's math library uses (3.141592653589793):
```python
main.math.SMALLERPI
```
An extermly shortened version of pi (3.14):
An extremely shortened version of pi (3.14):
```python
main.math.SMALLPI
```
Expand Down

0 comments on commit ef733ad

Please sign in to comment.