fmt
All checks were successful
CI / Typos (pull_request) Successful in 9s
CI / Typst formatting (pull_request) Successful in 4s
CI / Build (pull_request) Successful in 6m3s
CI / Typos (push) Successful in 10s
CI / Typst formatting (push) Successful in 4s
CI / Build (push) Successful in 7m25s

This commit was merged in pull request #24.
This commit is contained in:
2025-09-24 22:02:23 -07:00
parent 69d835a2d2
commit 0b7acaf5ae
8 changed files with 31 additions and 54 deletions

View File

@@ -31,7 +31,9 @@ Rewrite the following binary decimals in base 10: \
#definition(label: "floatbits")
Another way we can interpret a bit string is as a _signed floating-point decimal_, or a `float` for short. \
Floats represent a subset of the real numbers, and are interpreted as follows: \
#note([The following only applies to floats that consist of 32 bits. We won't encounter any others today.])
#note(
[The following only applies to floats that consist of 32 bits. We won't encounter any others today.],
)
#align(center, box(inset: 2mm, cetz.canvas({
import cetz.draw: *