@ilihub/surface-area-of-sphere
A TypeScript library for calculating the surface area of a sphere.

Installation
pnpm add @ilihub/surface-area-of-sphere
npm install @ilihub/surface-area-of-sphere
yarn add @ilihub/surface-area-of-sphere
Usage
import { SurfaceAreaOfSphere } from "@ilihub/surface-area-of-sphere";
const radius = 5;
const surfaceArea = SurfaceAreaOfSphere(radius);
console.log(surfaceArea);
đ ď¸ Online Tool âĄ
You can use this npm package as an online tool by clicking on the link provided đđť here đđť
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
