java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.math.Acos
- All Implemented Interfaces:
Manageable
,Shareable
,FloatToFloat
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
evaluateFloat
(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
-
Acos
public Acos()
-
-
Method Details
-
evaluateFloat
public float evaluateFloat(float x) Description copied from interface:FloatToFloat
Computes the value of this function atx
.- Specified by:
evaluateFloat
in interfaceFloatToFloat
- Parameters:
x
- where the function is to be evaluated- Returns:
- function value at
x
-
getManageableType
- Specified by:
getManageableType
in interfaceManageable
-