Converts 8-byte real to logical. If f
equals 0.0
, the result is
.false.
, else .true.
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(in) | :: | f |
8-byte real value. |
||
logical, | intent(out) | :: | l |
Logical value. |