Move warm-ups
This commit is contained in:
22
Warm-Ups/fmod/main.tex
Executable file
22
Warm-Ups/fmod/main.tex
Executable 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
6
Warm-Ups/fmod/meta.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[metadata]
|
||||
title = "fmod"
|
||||
|
||||
[publish]
|
||||
handout = true
|
||||
solutions = false
|
Reference in New Issue
Block a user