Returns the logarithm of the specified number.
double Log(double/int value; [double/int base])
| value | The number whose logarithm is to be found. | 
| base | Optional base of the logarithm. Default 10. | 
Example
Log(1000)
Returns 3.
Returns the logarithm of the specified number.
double Log(double/int value; [double/int base])
| value | The number whose logarithm is to be found. | 
| base | Optional base of the logarithm. Default 10. | 
Log(1000)
Returns 3.
F7 for caret browsing Hold ALT and press letter
| This Info: | ALT+q | 
| Page Header: | ALT+h | 
| Topic Header: | ALT+t | 
| Topic Body: | ALT+b | 
| Contents: | ALT+c | 
| Search: | ALT+s | 
| Exit Menu/Up: | ESC |