dsteven999_math_example

An example of creating a package

Usage no npm install needed!

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

README

math_example package

The following functions are available in the math_example package.
add Adds two numbers and returns the result.
subtract Subtracts the second number from the first and returns the result.
multiply Multiplies two numbers and returns the results.
divide Divides the first number by the second number and returns the results.