Complex32Logarithm Method |
Logarithm of this Complex32 with custom base.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Complex32 Logarithm(
float baseValue
)
Parameters
- baseValue Single
[Missing <param name="baseValue"/> documentation for "M:Altaxo.Calc.Complex32.Logarithm(System.Single)"]
Return Value
Complex32The logarithm of this complex number.
See Also