1.0.1 • Published 12 years ago

my_math_example v1.0.1

Weekly downloads
9
License
-
Repository
-
Last release
12 years ago

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