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