Skip to content
#

polynomial

Here are 198 public repositories matching this topic...

This C++ code is an implementation of a Polynomial class that supports arithmetic operations (+ and -) and comparison (==) using operator overloading. The Polynomial class allows users to create polynomials of varying degrees, and input coefficients, perform basic arithmetic operations, and compare polynomials for equality.

  • Updated Jun 18, 2024
  • C++

Improve this page

Add a description, image, and links to the polynomial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polynomial topic, visit your repo's landing page and select "manage topics."

Learn more