Version

UltraCalcFunctionLog10 Class

Calculates the logarithm (base 10) of a specified numeric value.
Syntax
'Declaration
 
Public Class UltraCalcFunctionLog10 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionLog10 : BuiltInFunctionBase 
Remarks

LOG10(value)

Value is a real number to calculate the decimal logarithm of. Value must be positive as the logarithm is undefined for negative values.

To specify your own base for a logarithm use the LOG() function. To calculate the natural logarithm use 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