Skip to content

A C program which factors numbers from the 'x^2 + bx + c' format

Notifications You must be signed in to change notification settings

joshuapena/factorC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program helps factor numbers. If no integer is possible, it returns as 'Not Possible'. The first number is the 'b' variable and the second number is the 'c' variable.

11 is two positive numbers 01 is one positive and one negative number 10 is one negative and one positive number 00 is two negative numbers

About

A C program which factors numbers from the 'x^2 + bx + c' format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages