Calculates the surface area of a cone.
// Returns 254.1601846157631const area = Chalkboard.geom.coneA(5, 10); Copy
// Returns 254.1601846157631const area = Chalkboard.geom.coneA(5, 10);
The radius
The height
Calculates the surface area of a cone.
Example