HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 585
Result value
The result has a value equal to a processor-dependent approximation to log
10
X.
Specific forms
ALOG10, DLOG10, QLOG10.
LOGICAL(L, KIND)
Optional argument
KIND
Description
Converts between kinds of logical.
Class
Elemental function.
Arguments
L must be of type logical.
KIND (optional) must be a scalar integer initialization expression.
Result type/
type parameters
Logical. If KIND is present, the kind type parameter is that specified by KIND; otherwise, the
kind type parameter is that of default logical.
Result value
The value is that of L.
LSHFT(I, SHIFT)
Description
Left shift.