Click or drag to resize

ScriptExecutionBaseLog(Double) Method

Returns the natural (base e) logarithm of a specified number.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Log(
	double s
)

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Log(System.Double)"]

Return Value

Double
One of the values in the following table.
d parameter Return value
Positive The natural logarithm of d; that is, ln d, or log e d
ZeroNegativeInfinity
NegativeNaN
Equal to NaNNaN
Equal to PositiveInfinityPositiveInfinity
See Also