XL Fortran for AIX 8.1

Language Reference


LOG10(X)

Common logarithm.

X
must be of type real. The value of X must be greater than zero.

Class

Elemental function

Result Type and Attributes

Same as X.

Result Value

The result has a value equal to log10X.

Examples

LOG10 (10.0) has the value 1.0.


Specific Name Argument Type Result Type Pass As Arg?
ALOG10 default real default real yes
DLOG10 double precision real double precision real yes
QLOG10 REAL(16) REAL(16) yes(1)

Notes:

  1. IBM Extension: the ability to pass the name as an argument.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]