Package samer.maths

Class Constant

    • Constructor Detail

      • Constant

        public Constant()
      • Constant

        public Constant(double k)
    • Method Detail

      • next

        public double next()
        Specified by:
        next in interface Generator
      • next

        public void next(double[] x)
        Specified by:
        next in interface Generator
      • apply

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • format

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