Package functions

Class FuncForLab1

java.lang.Object
functions.FuncForLab1
All Implemented Interfaces:
MathFunction

public class FuncForLab1
extends java.lang.Object
implements MathFunction
Класс изучаемой функции
  • Constructor Summary

    Constructors 
    Constructor Description
    FuncForLab1()  
  • Method Summary

    Modifier and Type Method Description
    double run​(double x)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public double run​(double x)
      Specified by:
      run in interface MathFunction
      Parameters:
      x - - значение точки, где нужно вычислить функцию
      Returns:
      - значение f(x)