메소드 | 설명 | |
---|---|---|
Acosh ( double a ) : double |
Calculates inverse hyperbolic cosine of a {@code double} value. Special cases:
|
|
Asinh ( double a ) : double |
Calculates inverse hyperbolic sine of a {@code double} value. Special cases:
|
|
Atanh ( double a ) : double |
Calculates inverse hyperbolic tangent of a {@code double} value. Special cases:
|
|
Gcd ( long a, long b ) : long |
Return the greatest common divisor of NOTE: A greatest common divisor must be positive, but
|
|
Log ( double @base, double x ) : double |
Calculates logarithm in a given base with doubles.
|
|
Log ( long x, int @base ) : int |
Returns {@code x <= 0 ? 0 : Math.floor(Math.log(x) / Math.log(base))}
|
메소드 | 설명 | |
---|---|---|
MathUtil ( ) : Lucene.Net.Support |
public static Log ( double @base, double x ) : double | ||
@base | double | |
x | double | |
리턴 | double |