LOG10(3F) COMMAND REFERENCE LOG10(3F)
NAME
log10, alog10, dlog10 - FORTRAN common logarithm intrinsic
function
SYNOPSIS
real r1, r2
double precision dp1, dp2
r2 = alog10(r1)
r2 = log10(r1)
dp2 = dlog10(dp1)
dp2 = log10(dp1)
DESCRIPTION
Alog10 returns the real common logarithm of its real
argument. Dlog returns the double-precision common
logarithm of its double-precision argument. The generic
function log becomes a call to alog or dlog depending on the
type of its argument.
SEE ALSO
exp(3m).
Printed 3/13/89 1
%%index%%
na:288,124;
sy:412,1076;
de:1488,603;
se:2091,132;
%%index%%000000000084