Merge remote-tracking branch 'origin/main'

This commit is contained in:
zleyyij 2024-01-18 10:27:11 -07:00
commit 72baa4e821

View File

@ -4,7 +4,9 @@ $$ a(b)^{cx-h}+k $$
- $c$ Horizontal stretch/compression
- $h$: Horizontal translation left or right
- $k$: Vertical translation up or down
- $b$:
Without stretch:
$$ a^{x-b}+c $$
A negative exponent is the equivalent of `1/x`, EG
$$ x^{-2} = \frac{1}{x^2} $$