1.0.5 • Published 8 years ago

maths_package_20480b v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

maths_package_20480b Package

Package built following MS Training Guide for Exam 70-480, Programming in HTML5 Javascript and CSS3

The following functions are available in the Maths_Example package:

  • addition Adds two numbers together and returns the result.
  • substraction Subtracts the second number from the first and returns the result.
  • multiplication Multiplies two numbers together and returns the result.
  • division Divides the first number by the second number and returns the result.
  • fibonacci Applies the fibonacci sequence count times and returns the result.