pythagoras-cnsl

1.0.1 • Public • Published

pythagoras-cnsl

A library for simple pythagorean formulas.

Installation

Using NPM

npm i pythagoras-cnsl

Usage

import { getHypotenuse, getUprightSide } from "pythagoras-cnsl";

const a = getUprightSide(6.5, 2.5)
const b = getHypotenuse(5, 12)

console.log(a)
console.log(b)

Package Sidebar

Install

npm i pythagoras-cnsl

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.11 kB

Total Files

3

Last publish

Collaborators

  • cnsl.lg