hypotenuse: Find the hypotenuse.

Description Usage Arguments Value Examples

Description

Find the hypotenuse of a right-angled triangle in Euclidean space from the other two sides.

Usage

1
hypotenuse(opposite, adjacent)

Arguments

opposite

A number.

adjacent

A number.

Value

The hypotenuse of the right-angled triangle with sides opposite and adjacent.

Examples

1
2
hypotenuse(1, 1)
hypotenuse(10, 1)

cewalters/angler documentation built on May 22, 2019, 11:51 p.m.