diff --git a/zip-0317.html b/zip-0317.html index 16af4c83..fe55cba7 100644 --- a/zip-0317.html +++ b/zip-0317.html @@ -46,15 +46,25 @@ Pull-Request: <https://githu

Specification

Notation

Let + \(\mathsf{min}(a, b)\) + be the lesser of + \(a\) + and + \(b\!\) + .
Let \(\mathsf{max}(a, b)\) be the greater of \(a\) and - \(b\) - . Let + \(b\!\) + .
Let + \(\mathsf{floor}(x)\) + be the largest integer + \(\leq x\!\) + .
Let \(\mathsf{ceiling}(x)\) be the smallest integer - \(\geq x\) + \(\geq x\!\) .

Fee calculation

diff --git a/zip-0317.rst b/zip-0317.rst index dc16056d..707f7035 100644 --- a/zip-0317.rst +++ b/zip-0317.rst @@ -82,8 +82,14 @@ Specification Notation -------- -Let :math:`\mathsf{max}(a, b)` be the greater of :math:`a` and :math:`b`. -Let :math:`\mathsf{ceiling}(x)` be the smallest integer :math:`\geq x`. +.. |br| raw:: html + +
+ +Let :math:`\mathsf{min}(a, b)` be the lesser of :math:`a` and :math:`b\!`. |br| +Let :math:`\mathsf{max}(a, b)` be the greater of :math:`a` and :math:`b\!`. |br| +Let :math:`\mathsf{floor}(x)` be the largest integer :math:`\leq x\!`. |br| +Let :math:`\mathsf{ceiling}(x)` be the smallest integer :math:`\geq x\!`. Fee calculation ---------------