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.