Version

UltraCalcFunctionLog Class

Calculates a logarithm for a specified numeric value to the specified base.
Syntax
'Declaration
 
Public Class UltraCalcFunctionLog 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionLog : BuiltInFunctionBase 
Remarks

LOG(value, [base])

Value is a real number that you want to calculate the logarithm to base for. This number must be positive, as the logarithm is undefined for negative numbers.

Base is the base of the logarithm, which defaults to 10.

To calculate the natural logarithm (a logarithm to the base of Euler's Number, e) it is usually more convenient to call the LN() function.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also