Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Math_Polynomial
Installed
- no -
Latest
0.1.0
License
BSD
Summary
Package to represent and manipulate Polynomial equations
Description
The class Math_Polynomial represents Polynomial equations built from strings
or from other Polynomial objects and offers some basic information about each
Polynomial equation.
The Math_PolynomialOp class defines operations on Math_Polynomial objects such
as add, multiply, divide, etc.