Tom edits
This commit is contained in:
36
src/Advanced/Fast Inverse Root/parts/05 bonus.typ
Normal file
36
src/Advanced/Fast Inverse Root/parts/05 bonus.typ
Normal file
@@ -0,0 +1,36 @@
|
||||
#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.
|
||||
|
||||
#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)
|
||||
Reference in New Issue
Block a user