1.0.0 • Published 6 years ago

math_example_beqiri v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

math-example1 package

The following functions are available in the math_exapmle package. -addition Adds two numbers and returns the result. -substraction Substracts the second number from the first and returns the result. -multiplicationMultiplies two numbers and returns the result. -divisionDivides the first number by the second number and returns the result. -fibonacciApplies the fibonacci sequence count times and returns the result.