Move warm-ups

This commit is contained in:
2025-01-21 17:02:42 -08:00
parent 66134c0cfc
commit b1b98ecd73
49 changed files with 135 additions and 16 deletions

22
Warm-Ups/fmod/main.tex Executable file
View File

@ -0,0 +1,22 @@
\documentclass[
solutions,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\title{Warm-Up: \texttt{fmod}}
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today.}
\begin{document}
\maketitle
\problem{}
I'm sure you're all familiar with how \texttt{mod(a, b)} and \texttt{remainder(a, b)} work with integers. \par
Devise an equivalent for floats (i.e, real numbers).
\end{document}

6
Warm-Ups/fmod/meta.toml Normal file
View File

@ -0,0 +1,6 @@
[metadata]
title = "fmod"
[publish]
handout = true
solutions = false