New build system
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Has been cancelled

This commit is contained in:
2025-01-21 18:35:58 -08:00
parent a14656d94f
commit a82cc8c79f
354 changed files with 870 additions and 1658 deletions

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

@ -0,0 +1,22 @@
\documentclass[
solutions,
hidewarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
\usepackage{../../../lib/tex/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}

View File

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