diff --git a/src/Advanced/Fast Inverse Root/main.typ b/src/Advanced/Fast Inverse Root/main.typ index 361ef89..71043b5 100644 --- a/src/Advanced/Fast Inverse Root/main.typ +++ b/src/Advanced/Fast Inverse Root/main.typ @@ -23,3 +23,6 @@ #pagebreak() #include "parts/03 quake.typ" +#pagebreak() + +#include "parts/04 bonus.typ" diff --git a/src/Advanced/Fast Inverse Root/parts/04 bonus.typ b/src/Advanced/Fast Inverse Root/parts/04 bonus.typ new file mode 100644 index 0000000..39ed708 --- /dev/null +++ b/src/Advanced/Fast Inverse Root/parts/04 bonus.typ @@ -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$?