2025-01-24 21:40:06 -08:00

11 lines
275 B
Typst

#import "@local/handout:0.1.0": *
#show: handout.with(
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).