Socket
Socket
Sign inDemoInstall

@toadless/math.x

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @toadless/math.x

A simple math module using classes.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
2.23 kB
Created
Weekly downloads
 

Readme

Source

Math.X

Math.X is a simple library made by toadless for adding, subtracting, multiplying, and dividing.

Installation

Use the package manager npm to install mathx.

npm i @toadless/math.x

Usage

const Math = require('@toadless/math.x')
const math = new Math.Math(<number1>, <number2>)

// There are different ways to use it.
// You can add number1 to number2 or multiply or
// subtract or divide.

/*Add*/
math.add()

/*Subtract*/
math.subtract()

/*Mulitply*/
math.multiply()

/*Divide*/
math.divide()

License

MIT

Keywords

FAQs

Last updated on 01 Nov 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc