Skip to content

A set of static methods that process various equations and calculate the answer, given values.

Notifications You must be signed in to change notification settings

jmorey4158/PolyNomial

Repository files navigation

PolyNomial

This project will have several methods that take a polynomial equation (string) and the values of the variables (decimal[]) and calculate the sum of the polynomial.

#Purpose This Project was created as my attempt to complete some famous coding problems. ##StrictPolynomial() This method requires that the input equation follow these restrictions:

  1. Only two valuables x and y
  2. Only integer exponents
  3. Only integer coefficient
  4. Only term operator is '+' The equation can has N number terms.

About

A set of static methods that process various equations and calculate the answer, given values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages