@ilihub/perimeter-of-semi-circle
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@ilihub/perimeter-of-semi-circle

A TypeScript library for calculating the perimeter of a semi circle.

NPM Version NPM CodeFactor Socket Badge

Installation

# if you're using pnpm
pnpm add @ilihub/perimeter-of-semi-circle

# or, if you're using npm
npm install @ilihub/perimeter-of-semi-circle

# or, if you're using yarn
yarn add @ilihub/perimeter-of-semi-circle

Usage

import { PerimeterOfSemiCircle } from "@ilihub/perimeter-of-semi-circle";

const radius = 5;

const perimeter = PerimeterOfSemiCircle(radius);
console.log(perimeter); // 25.707963267948966

🛠️ Online Tool ⚡

You can use this npm package as an online tool by clicking on the link provided 👉🏻 here 👈🏻


Sponsors & Backers

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.

Sponsors


Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.44latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.44
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @ilihub/perimeter-of-semi-circle

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

4.97 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843