ssmath

1.0.2 • Public • Published

SSMath (Super Simple Math)

SSMath is an npm package to easily do math stuff.

Getting Started

First, we need to install SSMath so, open your Project in Terminal (macOS + GNU/Linux) or Command Prompt (Windows) and type in npm i ssmath --save.

Now, in your JS file, you can define SSMath!

const ssmath = require("ssmath")

If you want to use SSMath faster, and without the use of ssmath.[function], you can specify a certain function you need.

const { Pi } = require("ssmath")

Functions

ssmath.Pi - Returns Math.PI, but in ssmath form!

Upcoming Functions

ssmath.Random(min, max) - Returns a random number between min and max! A couple more functions that will be announced soon...

Readme

Keywords

Package Sidebar

Install

npm i ssmath

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.64 kB

Total Files

4

Last publish

Collaborators

  • nodepackagemanager