mirror of
https://github.com/thestk/stk
synced 2026-01-13 21:11:53 +00:00
9 lines
167 B
TeX
9 lines
167 B
TeX
\documentclass{article}
|
|
\usepackage{epsfig}
|
|
\pagestyle{empty}
|
|
\begin{document}
|
|
$output = gain * (a1 * input + a2 * input^2 + a3 * input^3)$
|
|
\pagebreak
|
|
|
|
\end{document}
|