Package samer.functions
Class LogGenCosh
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.LogGenCosh
-
public class LogGenCosh extends Function
Actually NEGATIVE log cosh: like abs but with rounded bottom Amount of rounding is adjustable
-
-
Constructor Summary
Constructors Constructor and Description LogGenCosh()
LogGenCosh(double a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double t)
Function
derivative()
java.lang.String
format(java.lang.String t)
double
get()
void
set(double n)
-
-
-
Method Detail
-
get
public double get()
-
set
public void set(double n)
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
-