Package samer.functions
Class ThresholdLog
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.ThresholdLog
-
public class ThresholdLog extends Function
Log with lower cut-off, then constant
-
-
Constructor Summary
Constructors Constructor and Description ThresholdLog()
-
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
-
-