[UP]


Manual Reference Pages  - logical (3)

NAME

logical(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Bitwise logical and

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = logical(l [, kind])

DESCRIPTION

Converts one kind of LOGICAL variable to another.

ARGUMENTS

L - The type shall be LOGICAL.
KIND - (Optional) An INTEGER initialization expression indicating the kind parameter of the result.

RETURN VALUE

The return value is a LOGICAL value equal to L, with a kind corresponding to KIND, or of the default logical kind if KIND is not given.

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[int]], [[real]], [[cmplx]]


logical (3) March 18, 2019
Generated by manServer 1.08 from 763c21fe-dcdc-4366-85e2-79447caa6059 using man macros.