my_math_example
v1.0.1
Published
An Example of creating package
Readme
mathExample.js package
The following function are available in the mathExample package.
- adition Adds two number and return the result
- subtraction Subtracts two second number from the first and returns the result
- multiplication Multiplies two numbers and return the result
- division Divides the first number by the second number and returns the result
- fibonacci Applies the fibonacci sequence count times and return the result
