Complex32Log(Complex32, Single) Method |
Returns the logarithm of a specified complex number in a specified base.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Log(
Complex32 value,
float baseValue
)
Parameters
- value Complex32
- A complex number.
- baseValue Single
- The base of the logarithm.
Return Value
Complex32The logarithm of
value in base
baseValue.
See Also