TMP bonus
Some checks failed
CI / Typst formatting (pull_request) Successful in 5s
CI / Typos (pull_request) Failing after 12s
CI / Build (pull_request) Has been skipped

This commit is contained in:
Mark 2025-02-11 16:09:05 -08:00
parent cee894389d
commit 9cab5912b5
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 23 additions and 0 deletions

View File

@ -23,3 +23,6 @@
#pagebreak()
#include "parts/03 quake.typ"
#pagebreak()
#include "parts/04 bonus.typ"

View File

@ -0,0 +1,20 @@
#import "@local/handout:0.1.0": *
= Bonus: More about Floats
#problem()
Convince yourself that all numbers that can be represented as a float are rational.
#problem()
Find a rational number that cannot be represented as a float.
#problem()
How many floats are between $0$ and $1$?
#problem()
How many floats are between $1$ and $2$?
#problem()
How many floats are between $1$ and $128$?