Class SATestFunction

  • All Implemented Interfaces:
    FunctionIfc

    public class SATestFunction
    extends java.lang.Object
    implements FunctionIfc
    • Constructor Summary

      Constructors 
      Constructor Description
      SATestFunction()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double fx​(double x)
      Returns the value of the function for the specified variable value.
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SATestFunction

        public SATestFunction()
    • Method Detail

      • fx

        public double fx​(double x)
        Description copied from interface: FunctionIfc
        Returns the value of the function for the specified variable value.
        Specified by:
        fx in interface FunctionIfc
        Parameters:
        x - the input value
        Returns:
        the function value
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args -