Class ExponentialSquashing



  • public class ExponentialSquashing
    extends Function
    Zero for t<0, linear near 0, exponentially tending to 1
    • Constructor Detail

      • ExponentialSquashing

        public ExponentialSquashing()
    • Method Detail

      • get

        public double get()
      • set

        public void set(double t)
      • apply

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

        public java.lang.String format(java.lang.String arg)
        Specified by:
        format in class Function