Calculates the complex natural logarithm of the input value.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Complex Log(
Complex x
)
Public Shared Function Log (
x As Complex
) As Complex
public:
static Complex Log(
Complex x
)
static member Log :
x : Complex -> Complex
Parameters
- x
- Type: AGI.Foundation.CoordinatesComplex
The input complex number.
Return Value
Type:
ComplexThe complex natural logarithm of the input.
See Also