Previous Document Next Document
CorelScriptTools.Log

Function Log(Value As Double) As Double

Member of CorelScriptTools

The Log method returns the base-10 logarithm of a number.

Parameter
Description
Value
Specifies any positive numeric expression

  • The Log function uses a base of 10. If another base is needed, use Log(x)/Log(b) formula where b is the base.

In the following code example, x equals 1.397940 and y equals 0.6989700:

x = LOG(25) 
y = LOG(5) 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.