Pythagorean: The Pythagorean Theorem

Description Usage Arguments Examples

View source: R/Pythagorean.R

Description

This function allows you to compute any side of a right triangle using a famous theorem.

Usage

1
Pythagorean(Side1, Side2, Hyp)

Arguments

Side1

is the length of one side.

Side2

is the length of another side.

Hyp

indicates whether the hypotenuse is included in one of the two provided sides. The computation changes whether this parameter is TRUE or FALSE.

Examples

1
2
Pythagorean(3,4,T)
Pythagorean(3,4,F)

rademeyerk/homework09 documentation built on Dec. 31, 2020, 2:15 a.m.