Skip to content

Commit b8b2f77

Browse files
committed
Fix typo in iandnot definition
1 parent 1ffb924 commit b8b2f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
406406

407407
.. math::
408408
\begin{array}{@{}lcll}
409-
\iandnot_N(i_1, i_2) &=& \iand_N(i_1, \inot_N(i2))
409+
\iandnot_N(i_1, i_2) &=& \iand_N(i_1, \inot_N(i_2))
410410
\end{array}
411411
412412
.. _op-ior:

0 commit comments

Comments
 (0)