From 48789e0d237b8f05c379350edf879f14e1b56bf5 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 13 Feb 2025 15:33:50 -0800 Subject: [PATCH] Edit --- src/Advanced/Fast Inverse Root/parts/03 approx.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Advanced/Fast Inverse Root/parts/03 approx.typ b/src/Advanced/Fast Inverse Root/parts/03 approx.typ index 1301d25..5934628 100644 --- a/src/Advanced/Fast Inverse Root/parts/03 approx.typ +++ b/src/Advanced/Fast Inverse Root/parts/03 approx.typ @@ -5,7 +5,7 @@ = Integers and Floats #generic("Observation:") -For small values of $x$, $log_2(1 + x)$ is approximately equal to $x$. \ +If $x$ is smaller than 1, $log_2(1 + x)$ is approximately equal to $x$. \ Note that this equality is exact for $x = 0$ and $x = 1$, since $log_2(1) = 0$ and $log_2(2) = 1$. #v(5mm)