GitHub / areeba0 / Polynomial-Class-in-Cpp-with-Operator-Overloading-for-Arithmetic-Operations
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areeba0%2FPolynomial-Class-in-Cpp-with-Operator-Overloading-for-Arithmetic-Operations
PURL: pkg:github/areeba0/Polynomial-Class-in-Cpp-with-Operator-Overloading-for-Arithmetic-Operations
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C++
Size: 7.81 KB
Dependencies parsed at: Pending
Created at: about 1 year ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 1 year ago
Topics: cpp, operator-overloading, polynomial