0.1.0 • Published 9 years ago

basic_calculator_example v0.1.0

Weekly downloads
1
License
BSD
Repository
-
Last release
9 years ago

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