Description Usage Arguments Value Examples
View source: R/hypotenuse_length.R
Hypotenuse Length for Right Angle Triangle
1 | hypotenuse_length(a = 1, b = 1)
|
a |
This is the length of first right-angle side |
b |
This is the length of second right-angle side |
The function returns the length of hypotenuse in the right angle triangle
1 | hypotenuse_length(2,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.