Description Usage Arguments Value Examples
View source: R/ellipse-perimeter.R
Calculate the length of the perimeter of an ellipse.
1 | ellipse_perimeter(r, e = 0)
|
r |
Length of the semi-major axis. |
e |
The eccentricity. |
The length of the perimeter of the ellipse with specified semi-major axis and eccentricity.
1 2 | ellipse_perimeter(1, 1)
ellipse_perimeter(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.