From 907da443824796d1831935db263f9c0ba7dfe12c Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 11 Feb 2025 18:40:34 -0800 Subject: [PATCH] Bonus edits --- .../Fast Inverse Root/parts/04 bonus.typ | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/Advanced/Fast Inverse Root/parts/04 bonus.typ b/src/Advanced/Fast Inverse Root/parts/04 bonus.typ index 39ed708..3cf5177 100644 --- a/src/Advanced/Fast Inverse Root/parts/04 bonus.typ +++ b/src/Advanced/Fast Inverse Root/parts/04 bonus.typ @@ -1,6 +1,6 @@ #import "@local/handout:0.1.0": * -= Bonus: More about Floats += Bonus -- More about Floats #problem() Convince yourself that all numbers that can be represented as a float are rational. @@ -8,13 +8,29 @@ Convince yourself that all numbers that can be represented as a float are ration #problem() Find a rational number that cannot be represented as a float. -#problem() -How many floats are between $0$ and $1$? +#v(1fr) +#problem() +What is the smallest positive 32-bit float? + +#v(1fr) + +#problem() +What is the largest positive 32-bit float? + +#v(1fr) + +#problem() +How many floats are between $-1$ and $1$? + +#v(1fr) #problem() How many floats are between $1$ and $2$? +#v(1fr) #problem() How many floats are between $1$ and $128$? + +#v(1fr)