|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.math.Exp2
public class Exp2
Nested Class Summary | |
---|---|
static class |
Exp2.Type
|
Field Summary | |
---|---|
static Exp2.Type |
$TYPE
|
Constructor Summary | |
---|---|
Exp2()
|
Method Summary | |
---|---|
float |
evaluateFloat(float x)
Computes the value of this function at x . |
ManageableType |
getManageableType()
|
Methods inherited from class de.grogra.persistence.ShareableBase |
---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Exp2.Type $TYPE
Constructor Detail |
---|
public Exp2()
Method Detail |
---|
public float evaluateFloat(float x)
FloatToFloat
x
.
evaluateFloat
in interface FloatToFloat
x
- where the function is to be evaluated
x
public ManageableType getManageableType()
getManageableType
in interface Manageable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |