1.0.2 • Published 3 years ago

ssmath v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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...

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago