Chapter Contents

Previous

Next
LOG10

LOG10



Returns the logarithm to the base 10

Category: Mathematical


Syntax
Arguments
Examples

Syntax

LOG10(argument)

Arguments

argument
is numeric.
Range: must be positive.


Examples

SAS Statements Results
x=log10(1.0);
0
x=log10(10.0);
1
x=log10(100.0);
2


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.