Changes
Page history
Fixed formatting
authored
Sep 17, 2022
by
Phillip
Show whitespace changes
Inline
Side-by-side
Skills/Math.md
View page @
564ece90
...
@@ -23,6 +23,7 @@ Most of these operators can be found here https://www.objecthunter.net/exp4j/#Bu
...
@@ -23,6 +23,7 @@ Most of these operators can be found here https://www.objecthunter.net/exp4j/#Bu
|
\>
| Greater than | 5>1 |
|
\>
| Greater than | 5>1 |
|
\>
= | Greater than or equal to | 5>=0 |
|
\>
= | Greater than or equal to | 5>=0 |
|
\=
= | Equals | 0==0 |
|
\=
= | Equals | 0==0 |
*Boolean operators will return `1` if the expression is true and `0` if it's false.*
*Boolean operators will return `1` if the expression is true and `0` if it's false.*
...
...
...
...