Skip to content

This calculator is a quadratic equation solver that will solve a second-order polynomial equation such as ax2 + bx + c = 0 for x, where a ≠ 0, using the quadratic formula.

License

Notifications You must be signed in to change notification settings

petartrashliev/Quadratic_Calcultor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Quadratic_Calcultor

Description

This calculator is a quadratic equation solver that will solve a second-order polynomial equation such as ax2 + bx + c = 0 for x, where a ≠ 0, using the quadratic formula. The calculator solution will show work using the quadratic formula to solve the entered equation for real and complex roots. Calculator determines whether the discriminant (b2−4ac) is less than, greater than or equal to 0.

  • When b2−4ac=0 there is one real root.

  • When b2−4ac>0 there are two real roots.

  • When b2−4ac<0 there are two complex roots.

Technologie

Xamarin.Forms is used for the user interface

Content 1 Content 1 Content 1 Content 1 Content 1

The back-end part of the application is built with C #

Content 1 Content 1 Content 1 Content 1 Content 1

Project logo
(made in Figma)
Development environment
(visual studio 2019):
2 4

1

Screenshots

6

About

This calculator is a quadratic equation solver that will solve a second-order polynomial equation such as ax2 + bx + c = 0 for x, where a ≠ 0, using the quadratic formula.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages