|
Log | ||
Result# = Log(Value#) | ||
Parameters: Value# = A positive value you wish to calc the LOG of |
||
Returns: Result# = The natural logarithm of the input value. |
||
Log returns the natural logarithm of the input parameter. FACTS: * Log is the inverse of the Exp() function Mini Tutorial: This example calc the natural LOG of the 10
This example would output.
|
Related Info: | Exp | Log10 : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |