Calculates the area of an ellipse.
The major axis length
The minor axis length
// Returns 94.2477796076938const area = Chalkboard.geom.ellipseA(5, 6); Copy
// Returns 94.2477796076938const area = Chalkboard.geom.ellipseA(5, 6);
Calculates the area of an ellipse.