0.0.1 • Published 9 years ago

fabian_sep_math_example v0.0.1

Weekly downloads
-
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.
  • subtraction subtracts second number from the first and return the result.
  • multiplication Multiplies two numbers.
  • division Divides the first number by the second number;
  • finonacci Applies eht fibonacci sequence count times and return the result.