1.1.0 • Published 9 years ago

lhf_math_example v1.1.0

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 and returns the sum.
  • subtraction Subtracts the second number from the first and returns the difference.
  • multiplication Multiplies two numbers and returns the product.
  • division Divides the first number by the second and returns the result.
  • fibonacci Applies the fibonacci sequence count times and returns the result.