Skip to content

Commit

Permalink
Change ceil to floor
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed May 28, 2019
1 parent 7d413e3 commit 2d9ec79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions byron/ledger/formal-spec/blockchain-interface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ \subsection{Update-proposals interface}
{\left(
\begin{array}{l}
s_n\\
\ceil{q \cdot \var{ngk}}\\
\floor{q \cdot \var{ngk}}\\
\var{\dom~pws}\\
\var{dms}
\end{array}
Expand Down Expand Up @@ -608,7 +608,7 @@ \subsection{Update-proposals interface}
\left({
\begin{array}{l}
s_n\\
\ceil{q \cdot \var{ngk}}\\
\floor{q \cdot \var{ngk}}\\
\var{dms}\\
\var{cps}\\
\var{rpus}
Expand Down
2 changes: 2 additions & 0 deletions byron/ledger/formal-spec/iohk.sty
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
% Ceiling
\usepackage{mathtools}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
% Floor
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}


\newenvironment{question}
Expand Down

0 comments on commit 2d9ec79

Please sign in to comment.