Previous Up Next

13.14.3  The length squared of a segment in the plane: distance2

See Section 14.12.8 for squares of lengths in three-dimensional geometry.

The distance2 command finds the square of the distance between two points.


Example.
Input:

distance2(-1, 1+i)

Output:

5

Previous Up Next