Returns the logarithm of a complex number
to the specified base.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
Function Log (
z As T,
newBase As T
) As T
abstract Log :
z : 'T *
newBase : 'T -> 'T
Parameters
- z
- Type: T
A complex number whose
logarithm is to be calculated. - newBase
- Type: T
A complex that is the
base of the logarithm.
Return Value
Type:
TThe base
newBase logarithm of
z.
The base newBase logarithm of a complex
number is only defined up to a multiple of
2 Pi i / newBase. Log(T, T) returns
the logarithm with the smallest IComplexOperationsT, U.
This method requires that the operand type supports real arithmetic.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference