java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.math.Rad
- All Implemented Interfaces:
Manageable,Shareable,FloatToFloat
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatevaluateFloat(float x) Computes the value of this function atx.Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
-
Field Details
-
$TYPE
-
-
Constructor Details
-
Rad
public Rad()
-
-
Method Details
-
evaluateFloat
public float evaluateFloat(float x) Description copied from interface:FloatToFloatComputes the value of this function atx.- Specified by:
evaluateFloatin interfaceFloatToFloat- Parameters:
x- where the function is to be evaluated- Returns:
- function value at
x
-
getManageableType
- Specified by:
getManageableTypein interfaceManageable
-