@@ -406,7 +406,7 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
406
406
407
407
.. math ::
408
408
\begin {array}{@{}lcll}
409
- \iandnot _N(i_1 , i_2 ) &=& \iand _N(i_1 , \inot _N(i 2 ))
409
+ \iandnot _N(i_1 , i_2 ) &=& \iand _N(i_1 , \inot _N(i_ 2 ))
410
410
\end {array}
411
411
412
412
.. _op-ior :
@@ -793,8 +793,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
793
793
794
794
.. math ::
795
795
\begin {array}{@{}lcll}
796
- \iminu _N (i_1 , i_2 ) &=& i_1 & (\iff \ilts _N(i_1 , i_2 ) = 1 )\\
797
- \iminu _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
796
+ \imins _N (i_1 , i_2 ) &=& i_1 & (\iff \ilts _N(i_1 , i_2 ) = 1 )\\
797
+ \imins _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
798
798
\end {array}
799
799
800
800
@@ -807,8 +807,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
807
807
808
808
.. math ::
809
809
\begin {array}{@{}lcll}
810
- \iminu _N (i_1 , i_2 ) &=& i_1 & (\iff \igtu _N(i_1 , i_2 ) = 1 )\\
811
- \iminu _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
810
+ \imaxu _N (i_1 , i_2 ) &=& i_1 & (\iff \igtu _N(i_1 , i_2 ) = 1 )\\
811
+ \imaxu _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
812
812
\end {array}
813
813
814
814
@@ -821,8 +821,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
821
821
822
822
.. math ::
823
823
\begin {array}{@{}lcll}
824
- \iminu _N (i_1 , i_2 ) &=& i_1 & (\iff \igts _N(i_1 , i_2 ) = 1 )\\
825
- \iminu _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
824
+ \imaxs _N (i_1 , i_2 ) &=& i_1 & (\iff \igts _N(i_1 , i_2 ) = 1 )\\
825
+ \imaxs _N (i_1 , i_2 ) &=& i_2 & (\otherwise )
826
826
\end {array}
827
827
828
828
0 commit comments