File: _formulas.tex

package info (click to toggle)
stk 4.4.4-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 24,856 kB
  • sloc: cpp: 33,976; tcl: 2,375; sh: 2,319; ansic: 163; perl: 114; makefile: 37
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
\documentclass{article}
\usepackage{epsfig}
\pagestyle{empty}
\begin{document}
$output = gain * (a1 * input + a2 * input^2 + a3 * input^3)$
\pagebreak

\end{document}