ComplexTLog Method
Returns the natural (base e) logarithm of a specified number.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function Log As Complex(Of T)
public:
virtual Complex<T> Log() sealed
abstract Log : unit -> Complex<'T>
override Log : unit -> Complex<'T>
ComplexTIMathTLog