Returns the logarithm of this complex number.
The real part is Math.Log(this.Abs()) and the complex part is this.Arg(), in the range -pi .. pi.
Namespace:
SingularSys.Jep.TypesAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public Complex Log() |
| Visual Basic (Declaration) |
|---|
Public Function Log As Complex |
| Visual C++ |
|---|
public: Complex^ Log() |