|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.math.Logarithm
public class Logarithm
Calculates logarithms to a specified base.
| Constructor Summary | |
|---|---|
Logarithm(double base)
Constructor for Logarithm instances |
|
| Method Summary | |
|---|---|
double |
getBase()
|
double |
log(double arg)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Logarithm(double base)
base - | Method Detail |
|---|
public double getBase()
public double log(double arg)
arg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||