Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ log10(3f) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exp(3m)

log10(3f)

NAME

log10, alog10, dlog10 − Fortran common logarithm intrinsic function

SYNTAX

real r1, r2
double precision dp1, dp2

r2 = alog10(r1)
r2 = log10(r1)
dp2 = dlog10(dp1)
dp2 = log10(dp1)

DESCRIPTION

The alog10 function returns the real common logarithm of its real argument.  The dlog10 function returns the double-precision common logarithm of its double-precision argument.  The generic function log10 becomes a call to alog10 or dlog10 depending on the type of its argument. 

SEE ALSO

exp(3m)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026