A strict version of Natural logarithm.

For negative Double arguments the standard NaturalLogarithm class will convert treat the argument and compute the complex logarithm. This class will return Double.NaN for negative Double arguments.

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

Syntax

C#
public class StrictNaturalLogarithm : PostfixMathCommand
Visual Basic (Declaration)
Public Class StrictNaturalLogarithm _
	Inherits PostfixMathCommand
Visual C++
public ref class StrictNaturalLogarithm : public PostfixMathCommand

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Functions..::.PostfixMathCommand
    SingularSys.Jep.Functions..::.StrictNaturalLogarithm

See Also