Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ilihub/area-of-scalene-triangle

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ilihub/area-of-scalene-triangle

A TypeScript library for calculating the area of a scalene triangle.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

@ilihub/area-of-scalene-triangle

A TypeScript library for calculating the area of a scalene triangle.

NPM Version NPM CodeFactor Socket Badge

Installation

# if you're using pnpm
pnpm add @ilihub/area-of-scalene-triangle

# or, if you're using npm
npm install @ilihub/area-of-scalene-triangle

# or, if you're using yarn
yarn add @ilihub/area-of-scalene-triangle

Usage

import { AreaOfScaleneTriangle } from "@ilihub/area-of-scalene-triangle";

const s1 = 6;
const s2 = 5;
const s3 = 4;

const area = AreaOfScaleneTriangle(s1, s2, s3);
console.log(area); // 9.921567416492215

Keywords

ilihub

FAQs

Package last updated on 24 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts