Skip to content

This is an implementation for CSE131s Computer Programming course project

Notifications You must be signed in to change notification settings

k0T0z/long-division-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

CProject

Long Division Function

Author: Saif Salah El-deen Yahya

            ************************  READ CAREFULLY ************************
       --->  Polynomial Equations are Only Allowed To Be Entered in The Following Format  <---
       Enter Coefficient of Used Variable (Usually 'x') Followed Directly By the Power of That Variable Inside
       Parentheses For Example: --->  5x^(2) - 7x^(1) + 3x^(Zero) Written as: 5(2) -7(1) 3(0)
       --->  x^(2) - x^(Zero) Written as: 1(2) -1(0)
       IMPORTANT NOTES:
       * First Example has 3 Terms While Second Example has 2 Terms and so on.
       * Spaces Between terms MUST Be Used.
         Example: 5(2)-7(1)3(Zero) Won't Be Recognised.
       * Order of Terms Doesn't Matter.
         Example: -7(1) 3(Zero) 5(2) is Allowed.

About

This is an implementation for CSE131s Computer Programming course project

Topics

Resources

Stars

Watchers

Forks

Languages