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