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

Installation
pnpm add @ilihub/total-surface-area-of-cone
npm install @ilihub/total-surface-area-of-cone
yarn add @ilihub/total-surface-area-of-cone
Usage
import { TotalSurfaceAreaOfCone } from "@ilihub/total-surface-area-of-cone";
const radius = 5;
const slantHeight = 13;
const totalSurfaceArea = TotalSurfaceAreaOfCone(radius, slantHeight);
console.log(totalSurfaceArea);
đ ď¸ 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.
