|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
com.rapidminer.tools.math.function.expressions.LogarithmDualis
public class LogarithmDualis
Calculates the logarithm to the base 2.
| Field Summary |
|---|
| Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
curNumberOfParameters, numberOfParameters |
| Constructor Summary | |
|---|---|
LogarithmDualis()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
log(java.lang.Object param)
|
void |
run(java.util.Stack inStack)
|
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogarithmDualis()
| Method Detail |
|---|
public void run(java.util.Stack inStack)
throws org.nfunk.jep.ParseException
run in interface org.nfunk.jep.function.PostfixMathCommandIrun in class org.nfunk.jep.function.PostfixMathCommandorg.nfunk.jep.ParseException
public java.lang.Object log(java.lang.Object param)
throws org.nfunk.jep.ParseException
org.nfunk.jep.ParseException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||