1.0.1 • Published 9 years ago

lhf_math_sample v1.0.1

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

math_sample package

The following functions are available in the math_sample 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.