Script |
public static double Log( double s )
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Log(System.Double)"]
| d parameter | Return value |
|---|---|
| Positive | The natural logarithm of d; that is, ln d, or log e d |
| Zero | NegativeInfinity |
| Negative | NaN |
| Equal to NaN | NaN |
| Equal to PositiveInfinity | PositiveInfinity |