1.0.1 • Published 6 years ago

bthomasgt_math_example v1.0.1

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

math_example package

The following functions are avialable in the math_example package. -addition adds two numbers and returns the result. -subtraction subtracts two numbers and returns the result. -multiplication multiplies two numbers and returns the result. -divistion divides the first number by the second number and returns the result. -fibonnacci * appies the fibinacci secquence count times and returns the result.