Package samer.functions
Class ExponentialSquashing
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.ExponentialSquashing
-
public class ExponentialSquashing extends Function
Zero for t<0, linear near 0, exponentially tending to 1
-
-
Constructor Summary
Constructors Constructor and Description ExponentialSquashing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double t)
void
dispose()
java.lang.String
format(java.lang.String arg)
double
get()
void
set(double t)
-
Methods inherited from class samer.maths.Function
apply, apply, derivative, inverse
-
-