vault backup: 2024-01-18 10:16:27

This commit is contained in:
zleyyij 2024-01-18 10:16:28 -07:00
parent 959cdabd77
commit 9a33009885

View File

@ -1,2 +1,4 @@
A negative exponent is the equivalent of `1/x`, EG
$$ x^{-2} = \frac{1}{x^2} $$
Putting a negative in front of something like $2^x$ flips it over the *x axis* ($-2^x$).
Putting a negative in front of the exponent ($2^{-x}$) flips it over the y axis.