0.1.0 • Published 8 years ago

math_example_sandeepam2016 v0.1.0

Weekly downloads
3
License
ISC
Repository
-
Last release
8 years ago

math_example package

The following functions are available in the math_example package

  • addition : Adds 2 numbers and returns the result.
  • subtraction : Subtracts the second number from the first and returns the result.
  • multiplication : Multiplies 2 numbers and returns the result.
  • division : Divides the first number by second number and returns the result.
  • fibonacci : Applies fibonacci sequence count times and returns the result.