Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

math_example08

bahjahanderson15BSD0.0.1

An example of creating a package

[, math, example, addition, subtraction, multiplication, division, fibonacci]

readme

Math_example package

The following function are available in the math_example package.

  • adddition Adds two number's and returns the result.
  • subtraction Subtracts the second number from the first and returns the result.
  • mutiplication Multiples two numbers 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.