basic_calculator_example

An example of how to create a package

Usage no npm install needed!

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

README

math_example package

The following functions are available in the math_example package.

  • Addition Adds two numbers and returns the result
  • Subtraction Substracts the second number from the first and returns the result
  • multiplication Multiplies two numbers and returns the result
  • Division Divides the first number by the second and returns the result
  • Fibonacci Applies the fibonacci sequence count times and results the result