3.0.0 • Published 5 years ago

math_example_again v3.0.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
5 years ago

math_example package

The following functions are available in the math_example package.

  • Addition Adds two numbers and returns the result.
  • Subtraction Subtracts 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 number and returns the result.
  • Fibonacci Applies the fibonacci sequence count times and returns the result.