Syntax :
Log ( dblExpression )
dblExpression : Numeric expression for which you want to return the natural logarithm
Log ( dblExpression )
dblExpression : Numeric expression for which you want to return the natural logarithm
Dim dblNumber , dblResult as Double
dblNumber = 14
dblResult = Log ( dblNumber )
This example returns a double precision number that represents the natural logarithm for 14.
dblNumber = 14
dblResult = Log ( dblNumber )
This example returns a double precision number that represents the natural logarithm for 14.
No comments:
Post a Comment