1.0.0 • Published 9 years ago

daffrosm_math_example v1.0.0

Weekly downloads
3
License
SNL
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 result.
  • subtraction Subtracts two numbers and returns the result.
  • multiplication - multiplies two numbers and returns result.
  • division - divides the first number by the second and returns result.
  • fibonacci applies the fibonacci sequence count times and returns the result.