Logarithm to any other base.
  • new StrictNaturalLogarithm(10) for base 10
  • new StrictNaturalLogarithm(2) for base 2.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public StrictNaturalLogarithm(
	double baseNum
)
Visual Basic (Declaration)
Public Sub New ( _
	baseNum As Double _
)
Visual C++
public:
StrictNaturalLogarithm(
	double baseNum
)

Parameters

baseNum
Type: System..::.Double
base

See Also