This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

guys-lab

1.0.1 • Public • Published

guys-lab

Save some lines to calculate popular units like Ohm, Voltage, etc

Basic Syntax

const guyslab = require("guys-lab");

guyslab.calc("R", 10, 2);
// R - For calculating Resistance (Available units: W, R, V, I)
// 10 - Voltage
// 0.5 - Intensity

Formulas

const guyslab = require("guys-lab");

guyslab.formulas();

/guys-lab/

    Package Sidebar

    Install

    npm i guys-lab

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.75 kB

    Total Files

    3

    Last publish

    Collaborators

    • winqdev