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

This commit is contained in:
Mark 2025-02-10 08:41:41 -08:00
parent ecb70b9ea8
commit 0653bd5b8e
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -1,5 +1,15 @@
#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(
doc,
group: "Advanced 2",