theta: Find theta.

Description Usage Arguments Value Examples

Description

Find the angle between adjacent and hypotenuse of a right-angled triangle in Euclidean space.

Usage

1
theta(opposite, adjacent)

Arguments

opposite

A number.

adjacent

A number.

Value

The angle between side adjacent and the hypotenuse.

Examples

1
2
theta(1, 1)
theta(10, 1)

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