Class ParaboloidOfRevolutionFunc

java.lang.Object
net.algart.math.functions.AbstractFunc
net.algart.math.patterns.ParaboloidOfRevolutionFunc
All Implemented Interfaces:
Func

public final class ParaboloidOfRevolutionFunc extends AbstractFunc implements Func
  • Method Details

    • getInstance

      public static ParaboloidOfRevolutionFunc getInstance(double multiplierForResult, double resultAtOrigin)
    • get

      public double get(double... x)
      Description copied from interface: Func
      Returns the result of this function for the given arguments: f(x0, x1, ..., xx.length-1).

      This method must not change the values of x elements!

      Specified by:
      get in interface Func
      Specified by:
      get in class AbstractFunc
      Parameters:
      x - the function arguments.
      Returns:
      the function result.
    • toString

      public String toString()
      Overrides:
      toString in class Object