ComplexLog10(Double) Method |
Calculates the base-10 logarithm function of the real number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static double Log10(
double d
)
Public Shared Function Log10 (
d As Double
) As Double
Dim d As Double
Dim returnValue As Double
returnValue = Complex.Log10(d)
Parameters
- d Double
- The real number used for calculation
Return Value
DoubleThe base-10 logarithm function of the real number
See Also