Added warmups
This commit is contained in:
21
Misc/Warm-Ups/fmod.tex
Executable file
21
Misc/Warm-Ups/fmod.tex
Executable file
@ -0,0 +1,21 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
\usepackage{../../resources/macros}
|
||||
|
||||
|
||||
\title{Warm-Up: \texttt{fmod}}
|
||||
\subtitle{Prepared by \githref{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}
|
Reference in New Issue
Block a user