skimplemath

An example of creating a package

Usage no npm install needed!

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

README

math_example package

The following functions are available in the math_example package.

  • addition Adds two numbers and returns the result
  • subtraction Subtracts two numbers adn returns the result
  • multiplication Multiplies two numbers adn returns the result
  • division Divides two numbers adn returns the result
  • fibonacci Returns a fibonacci series of numbers