1.0.0 • Published 7 years ago

simple_maths_advanced_fibo v1.0.0

Weekly downloads
2
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