pythagoras_theorem: Pythagoras theorem

View source: R/lin-algebra.R

pythagoras_theoremR Documentation

Pythagoras theorem

Description

Computes the missing part of the variables of the theorem of pythagoras a^2 x b^2 = c^2.

Usage

pythagoras_theorem(a = NA, b = NA, c = NA)

Arguments

a, b, c

Numeric values. The one that is NA is computed.

Value

Numeric value.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.