|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ff.JEvaluator.Functions.Sqrt
public class Sqrt
| Field Summary |
|---|
| Fields inherited from interface com.ff.JEvaluator.BaseFunctionInterface |
|---|
log |
| Constructor Summary | |
|---|---|
Sqrt()
|
|
| Method Summary | |
|---|---|
int |
checkSyntax(java.util.List<java.lang.String> p)
|
java.lang.String |
compute(java.util.List<java.lang.String> p)
Computes the square root of the given parameter: sqrt(x) |
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sqrt()
| Method Detail |
|---|
public java.lang.String compute(java.util.List<java.lang.String> p)
compute in interface BaseFunctionInterfacepublic int checkSyntax(java.util.List<java.lang.String> p)
checkSyntax in interface BaseFunctionInterfacepublic java.lang.String getName()
getName in interface BaseFunctionInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||