0.0.0 • Published 7 years ago

math_example_simple v0.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 years ago

math package

The following functions are available in this package:

  • Addition Adds two numbers and returns result
  • Subtraction Subtracts the second number from the first and returns result
  • Multiplication Multiplies two numbers and returns result
  • Division Divides first number by the second and returns result
  • Fibonacci Applies the fibonacci sequence count times and returns the result