Math_Polynomial
[ class tree: Math_Polynomial ] [ index: Math_Polynomial ] [ all elements ]

File: Polynomial.php

Source Location: /Math_Polynomial-0.1.0/Polynomial.php

Classes:

Math_Polynomial
Polynomial class

Page Details:

Class representing Polynomial equations

The Math_Polynomial class represents simple polynomials of the form: ax^n + bx^(n-1) + cx^(n-2) + ... yx + z

Coefficients can be doubles or floats, exponents should be integers!

Includes:

require_once('Math/Polynomial/PolynomialTerm.php') [line 26]
Requires PolynomialTerm class to represent individual terms of the Polynomial
require_once('PEAR.php') [line 31]
Require PEAR for PEAR errors

Documentation generated on Mon, 11 Mar 2019 14:38:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.