|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractFunction
Exp
Cette classe permet de calculer l'exponentiel d'un nombre ou d'un polynome
Constructor Summary | |
(package private) |
Exp()
constructeur vide |
Method Summary | |
double |
f(double x)
calcul exp(x) |
double[] |
f(double[] x)
calcul les exponentiels d'une liste |
double[] |
f(double[] a,
double[] b)
calcul les exponentiels d'une liste |
double |
f(double a,
double b)
calcul exp(x) |
int |
getNumberParameter()
retourne le nombre de parametre ( 1 ) |
java.lang.String |
toString()
|
Methods inherited from class AbstractFunction |
f |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
Exp()
Method Detail |
public int getNumberParameter()
getNumberParameter
in class AbstractFunction
public double f(double x)
f
in class AbstractFunction
public double f(double a, double b)
f
in class AbstractFunction
public double[] f(double[] x)
f
in class AbstractFunction
public double[] f(double[] a, double[] b)
f
in class AbstractFunction
public java.lang.String toString()
toString
in class AbstractFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |