Skip to content

g3th/Cartesian-Plane-Distance-Formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Calculate Missing X - Cartesian Plane Distance Formula

Given points (x,0) calculate equidistance from (x2, y2) and (x3, y3).

Using the Cartesian Plane Distance Formula, allow the user to enter co-ordinates to calculate the value of missing x.

If points (x,0) are equidistant from (x2, y2), entered by user input, and (x3, y3), also entered by user, calculate the value of the missing x co-ordinate.

If the value returns "Infinity" the program will inform the user.

About

Calculates the value of missing x using Cartesian Plane Distance Formula.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages