Distance between two points
Distance is calculated, given two points in a two-dimensional (2D) space.
Distance Program Walkthrough:

Input the X and Y values from both points.

The linear distance is calculated and displayed in both radical form and decimal form.
August 19th, 2008 at 9:34 pm
I downloaded the program and it displayed gibberish. How can I see it?
December 9th, 2009 at 5:11 am
This is a very simple program to use:
:sqrt(((A-C)sqrd)+(B-D)sqrd) -> Z
sqrt=Square Root Sign
->=STO button
sqrd=Squared Sign (X2)