Method | Description | |
---|---|---|
Log ( double x ) : double |
Returns the base 10 logarithm of a specified number.
|
|
Log ( double x, double newBase ) : double | ||
Log ( float x ) : float |
Performs Log calculations with float variables
|
public static Log ( double x, double newBase ) : double | ||
x | double | |
newBase | double | |
return | double |