ellipse_area: Calculate the area of an ellipse.

Description Usage Arguments Value Examples

Description

Calculate the area of an ellipse.

Usage

1
ellipse_area(r, e = 0)

Arguments

r

Length of the semi-major axis.

e

The eccentricity.

Value

The area of the ellipse with specified semi-major axis and eccentricity.

Examples

1
2

dataScienceLearn/ellipse documentation built on May 13, 2019, 11:53 p.m.