diff --git a/reference/gmp/functions/gmp-and.xml b/reference/gmp/functions/gmp-and.xml index 4e0524123a..6e65a6a17f 100644 --- a/reference/gmp/functions/gmp-and.xml +++ b/reference/gmp/functions/gmp-and.xml @@ -1,9 +1,9 @@ - + gmp_and - Logical AND + Bitwise AND @@ -14,7 +14,7 @@ resourceb - Calculates logical AND of two GMP numbers. + Calculates bitwise AND of two GMP numbers. @@ -41,7 +41,7 @@ &reftitle.returnvalues; - A GMP number representing the logical AND comparison. + A GMP number representing the bitwise AND comparison. diff --git a/reference/gmp/functions/gmp-or.xml b/reference/gmp/functions/gmp-or.xml index 31ed6d86cb..3020927b2a 100644 --- a/reference/gmp/functions/gmp-or.xml +++ b/reference/gmp/functions/gmp-or.xml @@ -1,9 +1,9 @@ - + gmp_or - Logical OR + Bitwise OR @@ -14,7 +14,7 @@ resourceb - Calculates logical inclusive OR of two GMP numbers. + Calculates bitwise inclusive OR of two GMP numbers. diff --git a/reference/gmp/functions/gmp-xor.xml b/reference/gmp/functions/gmp-xor.xml index ce6767a92e..14a689c3c4 100644 --- a/reference/gmp/functions/gmp-xor.xml +++ b/reference/gmp/functions/gmp-xor.xml @@ -1,9 +1,9 @@ - + gmp_xor - Logical XOR + Bitwise XOR @@ -14,7 +14,7 @@ resourceb - Calculates logical exclusive OR (XOR) of two GMP numbers. + Calculates bitwise exclusive OR (XOR) of two GMP numbers.