1
0
mirror of https://github.com/tilleul/apple2.git synced 2025-01-20 18:30:05 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.