1
0
mirror of https://github.com/tilleul/apple2.git synced 2026-04-20 10:16:52 +00:00

Update 01_use_addition_instead_of_mul2.md

This commit is contained in:
tilleul
2022-07-17 21:41:30 +02:00
committed by GitHub
parent 7106a8e29f
commit fe5867f6d7
@@ -1,8 +1,8 @@
# Use addition instead of multiplication by 2
Where fundamentals in mathematics might be useful for speed.
## Summary
* [Multiplication is just another form of addition](#multiplication-is-just-another-form-of-addition)
* [Restrictions](#restrictions)
* [Multiplication is just another form of addition](#-multiplication-is-just-another-form-of-addition)
* [Restrictions](#-restrictions)
## 🍎 Multiplication is just another form of addition.