|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rubecula.jquantity.Value.transcendentalExp
Constructor Summary | |
private |
Value.transcendentalExp()
|
Method Summary | |
java.lang.String |
getCalcCommand()
This method must be provided to yield the string for remotely invoking calc. |
Rational |
getDerivative(Rational x)
This method must be provided to yield the value of the first derivative of the function for the given argument. |
Value |
getExactValue(Value x)
This method must be provided to yield an exact value (if any - else null) for the given argument. |
Transcendental |
getInverse()
This method must be provided to yield the transcendental for the inverse operation: |
Rational |
getValue(Rational x)
This method must be provided to yield the value of the transcendental function for the given argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private Value.transcendentalExp()
Method Detail |
public Rational getValue(Rational x)
Transcendental
getValue
in interface Transcendental
x
- the argument of the function.
public Value getExactValue(Value x) throws JQuantityException
Transcendental
getExactValue
in interface Transcendental
x
- the argument of the function.
JQuantityException
public Rational getDerivative(Rational x)
Transcendental
getDerivative
in interface Transcendental
x
- the argument of the function.
public Transcendental getInverse()
Transcendental
getInverse
in interface Transcendental
public java.lang.String getCalcCommand()
Transcendental
getCalcCommand
in interface Transcendental
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |