ez.math.functionsdeprecated

<h1 align="center">Welcome to ez.math.functions 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> <a href="#" target="_blank"> <img alt="License: ISC" src="https://img.shields.io/badge

Usage no npm install needed!

<script type="module">
  import ezMathFunctions from 'https://cdn.skypack.dev/ez.math.functions';
</script>

README

Welcome to ez.math.functions 👋

Version License: ISC

This package has very simple math funtions and it can do stuff like add, subtract, multiply, and divide numbers.

Install

npm install simple.math.functions

Usage

WARNING: You can only use onemath function at a time.

Add:
const {add} = require('simple.math.functions')
console.log(add(1,2))

Subtract:
const {minus} = require('simple.math.functions')
console.log(minus(1,2))

Multiply:
const {times} = require('simple.math.functions')
console.log(times(1,2))

Divide:
const {divide} = require('simple.math.functions')
console.log(divide(1,2))

Author

👤 Aidan The Sister#0001