Notes
This commit is contained in:
parent
ecb70b9ea8
commit
0653bd5b8e
@ -1,5 +1,15 @@
|
|||||||
#import "@local/handout:0.1.0": *
|
#import "@local/handout:0.1.0": *
|
||||||
|
|
||||||
|
// Why is division expensive?
|
||||||
|
// Add a few problems add/multiplying/dividing floats
|
||||||
|
//
|
||||||
|
// Spend more time on left-shift
|
||||||
|
// Highlight that left-shift divides the exponent by two!
|
||||||
|
//
|
||||||
|
// Floats vs fixed point
|
||||||
|
// Float density
|
||||||
|
// Find non-floatable rational numbers
|
||||||
|
|
||||||
#show: doc => handout(
|
#show: doc => handout(
|
||||||
doc,
|
doc,
|
||||||
group: "Advanced 2",
|
group: "Advanced 2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user