Distance between two points

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

Distance Program Walkthrough:

    Distance Screenshot 1

    Input the X and Y values from both points.

    Distance Screenshot 2

    The linear distance is calculated and displayed in both radical form and decimal form.

Download Distance Program »

Related Articles

2 Responses to “Distance between two points”

  1. Tracy Panagdato Says:

    I downloaded the program and it displayed gibberish. How can I see it?

  2. Tom Says:

    This is a very simple program to use:

    :P rompt A,B,C,D
    :sqrt(((A-C)sqrd)+(B-D)sqrd) -> Z
    :D isp Z

    sqrt=Square Root Sign
    ->=STO button
    sqrd=Squared Sign (X2)

Leave a Reply

CAPTCHA Image CAPTCHA Audio
Refresh Image