#import "@local/handout:0.1.0": *

#show: doc => handout(
  doc,
  quarter: link(
    "https://betalupi.com/handouts",
    "betalupi.com/handouts",
  ),

  title: [Warm-Up: `fmod`],
  by: "Mark",
)

#problem()
I'm sure you're all familiar with how `mod(a, b)` and `remainder(a, b)` \ work when `a` and `b` are integers.
Devise an equivalent for floats (i.e, real numbers).