Skip to content

Commit

Permalink
fix doc (#3300)
Browse files Browse the repository at this point in the history
Co-authored-by: Tanguy Rocher <tanguy.rocher@protonmail.com>
  • Loading branch information
trocher and Tanguy Rocher authored Feb 22, 2023
1 parent 0a64906 commit dd4d0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/built-in-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ Math
10
.. py:function:: uint256_addmod(a: uint256, b: uint256, c: uint256) -> uint256
Return the modulo of ``(a + b) % c``. Reverts if ``c == 0``. As this built-in function is intended to provides access to the underlying ``ADDMOD`` opcode, all intermediate calculations of this operation are not subject to the ``2 ** 256`` modulo according to the EVM specifications.

.. code-block:: python
Expand Down

0 comments on commit dd4d0cc

Please sign in to comment.