Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Examples |
Syntax |
LOG10(argument) |
Examples |
SAS Statements | Results |
---|---|
x=log10(1.0); |
0 |
x=log10(10.0); |
1 |
x=log10(100.0); |
2 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.