Chalkboard - v3.0.1
    Preparing search index...

    Function sphereA

    • Calculates the surface area of a sphere.

      Parameters

      • r: number

        The radius

      Returns number

      // Returns 314.1592653589793
      const area = Chalkboard.geom.sphereA(5);