matthew5025 / polynomial-long-division

C# app that performs polynomial long division

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polynomial-long-division

A simple application to perform Polynomial Long Divison in C#.

This uses the BigRational C# class, so the only limit should be a max x power of 2,147,483,647.

Input should be typed in this format

12x^6 -15x^5 +3/43x^2 -12x +5/99

Spaces do not matter.

The BigRational C# class is licensed under the Microsoft Public License (Ms-PL)

https://bcl.codeplex.com/wikipage?title=BigRational&referringTitle=Home

About

C# app that performs polynomial long division


Languages

Language:C# 100.0%