Returns the common (base 10) logarithm of a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Log10(
double x
)
Public Shared Function Log10 (
x As Double
) As Double
public:
static double Log10(
double x
)
static member Log10 :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double value.
Return Value
Type:
Double
A
double value specifying the common logarithm of x.
See Also