Previous Document Next Document

Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.Log


CorelScriptTools.Log

Function Log(Value As Double) As Double

Description

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.
Example

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 2013 Corel Corporation. All rights reserved.