1.0.0 • Published 7 years ago

nyannunoh v1.0.0

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

math_example package

the following functionsa are available in the math_example package. -addition Adds two numbers are returns the reault. subtraction subtracts the second number from the first and returns the result. mustiplication Multiplies two numbers and returns the result division Divides the first number by the second and return the result. -fibonacci Applies the fibonacci sequence count times and returnts the result.