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