@@ -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(i 2 ))
409+ \iandnot _N(i_1 , i_2 ) &=& \iand _N(i_1 , \inot _N(i_ 2 ))
410410 \end {array}
411411
412412 .. _op-ior :
@@ -793,8 +793,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
793793
794794.. math ::
795795 \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 )
798798 \end {array}
799799
800800
@@ -807,8 +807,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
807807
808808.. math ::
809809 \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 )
812812 \end {array}
813813
814814
@@ -821,8 +821,8 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:
821821
822822.. math ::
823823 \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 )
826826 \end {array}
827827
828828
0 commit comments