Commit 52880f93e2c221a0dc2439a3713678400e08a1ff
1 parent
2a5fd234
Exists in
master
Update README.md
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -18,7 +18,7 @@ Professor: Rafael Vargas |
18 | 18 | ## OPERADORES |
19 | 19 | | OPERADOR | AÇÃO | |
20 | 20 | |----------|-------------------------------------------------------| |
21 | -| + | soma inteira e ponto flutuante | | |
21 | +| + | soma inteira e ponto flutuante | | |
22 | 22 | | - | subtraçao ou troca de sinal inteira e ponto flutuante | |
23 | 23 | | * | multiplicaçao inteira e ponto flutuante | |
24 | 24 | | / | divisao inteira e ponto flutuante | |
... | ... | @@ -26,7 +26,7 @@ Professor: Rafael Vargas |
26 | 26 | | ++ | incremento inteira e ponto flutuante | |
27 | 27 | | -- | decremento inteira e ponto flutuante | |
28 | 28 | | && | AND | |
29 | -| \|| | or | | |
29 | +| `||` | or | | |
30 | 30 | | ! | not | |
31 | 31 | | > | maior do que | |
32 | 32 | | >= | maior ou igual a | | ... | ... |