Complex<T>.Log 2 Method
Returns the base 2 logarithm of a complex number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The base 10 logarithm of z.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Complex<T> Log2(
Complex<T> z
)
Parameters
Return Value
Complex<T>The base 10 logarithm of z.
Remarks
This method requires that the operand type supports real arithmetic.