Calculates the surface area of a sphere.
// Returns 314.1592653589793const area = Chalkboard.geom.sphereA(5); Copy
// Returns 314.1592653589793const area = Chalkboard.geom.sphereA(5);
The radius
Calculates the surface area of a sphere.
Example