|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFunction
Variable
public class Variable
f(x) = x.
Method Summary | |
---|---|
Function |
derivate()
Retourne la dérivée. |
double |
evaluate(double x)
Retourne l'image de x. |
boolean |
isConstant()
Ssi la fonction ne contient pas de variable. |
boolean |
isOne()
Ssi la fonction est une feuille valant 1. |
boolean |
isZero()
Ssi la fonction est une feuille valant 0. |
Function |
simplify()
Retourne la fonction simplifiée. |
java.lang.String |
toString()
|
Methods inherited from class Function |
---|
integrate, main |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isZero()
Function
isZero
in class Function
public boolean isOne()
Function
isOne
in class Function
public boolean isConstant()
Function
isConstant
in class Function
public Function derivate()
Function
derivate
in class Function
public double evaluate(double x)
Function
evaluate
in class Function
public Function simplify()
Function
simplify
in class Function
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |