[UP]


Manual Reference Pages  - ieor (3)

NAME

ieor(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Bitwise logical exclusive or

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = ieor(i, j)

DESCRIPTION

IEOR returns the bitwise Boolean exclusive-OR of I and J.

ARGUMENTS

I - The type shall be INTEGER.
J - The type shall be INTEGER, of the same kind as I.

RETURN VALUE

The return type is INTEGER, of the same kind as the arguments. (If the argument kinds differ, it is of the same kind as the larger argument.)

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[ior]], [[iand]], [[ibits]], [[ibset]], [[ibclr]], [[not]]


ieor (3) March 18, 2019
Generated by manServer 1.08 from d2a76dba-14a4-4e5f-9841-ea2f7e5f0d77 using man macros.