Java org.jfree.data.function PolynomialFunction2D fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.function PolynomialFunction2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.function PolynomialFunction2D.

The text is from its open source code.

Constructor

PolynomialFunction2D(double[] coefficients)
Constructs a new polynomial function y = a0 + a1 * x + a2 * x^2 + ...

Method

booleanequals(Object obj)
Tests this function for equality with an arbitrary object.
double[]getCoefficients()
Returns a copy of the coefficients array that was specified in the constructor.
intgetOrder()
Returns the order of the polynomial.
inthashCode()
Returns a hash code for this instance.