Class LogGenCosh



  • public class LogGenCosh
    extends Function
    Actually NEGATIVE log cosh: like abs but with rounded bottom Amount of rounding is adjustable
    • Constructor Detail

      • LogGenCosh

        public LogGenCosh()
      • LogGenCosh

        public LogGenCosh(double a)
    • Method Detail

      • get

        public double get()
      • set

        public void set(double n)
      • format

        public java.lang.String format(java.lang.String t)
        Specified by:
        format in class Function
      • apply

        public final double apply(double t)
        Specified by:
        apply in class Function