nofarshellymath

A npm package to do some math calculations

Usage no npm install needed!

<script type="module">
  import nofarshellymath from 'https://cdn.skypack.dev/nofarshellymath';
</script>

README

my package:

A npm package to do some math calculations

installation:

to install the package run: npm install nofarshellymath

usage:

The package includes the following functions:

  • multiply(x,y)-returns x multiplied by y
  • power(x,y)- returns x to the power of y
  • divide(x,y)- returns x divided by y