mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Merge pull request #3868 from caminsha/en/procesing/fix_math_error
[processing/en] Fixed a small math error
This commit is contained in:
commit
4c76a1dafe
@ -140,7 +140,7 @@ SomeRandomClass myObjectInstantiated = new SomeRandomClass();
|
||||
|
||||
// Arithmetic
|
||||
1 + 1 // 2
|
||||
2 - 1 // 0
|
||||
2 - 1 // 1
|
||||
2 * 3 // 6
|
||||
3 / 2 // 1
|
||||
3.0 / 2 // 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user