de.grogra.math
Class Expm1

java.lang.Object
  extended by de.grogra.persistence.ShareableBase
      extended by de.grogra.math.Expm1
All Implemented Interfaces:
Manageable, Shareable, FloatToFloat

public class Expm1
extends ShareableBase
implements FloatToFloat


Nested Class Summary
static class Expm1.Type
           
 
Field Summary
static Expm1.Type $TYPE
           
 
Constructor Summary
Expm1()
           
 
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

$TYPE

public static final Expm1.Type $TYPE
Constructor Detail

Expm1

public Expm1()
Method Detail

evaluateFloat

public float evaluateFloat(float x)
Description copied from interface: FloatToFloat
Computes the value of this function at x.

Specified by:
evaluateFloat in interface FloatToFloat
Parameters:
x - where the function is to be evaluated
Returns:
function value at x

getManageableType

public ManageableType getManageableType()
Specified by:
getManageableType in interface Manageable