Returns the logarithm to the base 10
Category: Mathematical
LOG10 ( argument )
argument
is numeric.
Range: must be positive.
SAS Statements
Results
x=log10(1.0);
x=log10(10.0);
1
x=log10(100.0);
2