[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.MathFunctions.Log

Log Method

Log(List<IExpression>)

Returns the logarithm of a number to a specified base.

Declaration
public static object Log(List<IExpression> source)
Public Shared Function Log(source As List(Of IExpression)) As Object
Parameters
Type Name Description
List<IExpression> source
Returns
Type Description
object