Chapter Contents

Previous

Next
LOG

LOG



Returns the natural (base e) logarithm

Category: Mathematical


Syntax
Arguments
Examples

Syntax

LOG(argument)

Arguments

argument
is numeric.
Range: must be positive.


Examples

SAS Statements Results
x=log(1.0);
0
x=log(10.0);
2.302585093


Chapter Contents

Previous

Next

Top of Page

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