1.1.0 • Published 2 years ago

array-operations-imry v1.1.0

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

Array Operations Library

Performing various operations on arrays of numbers

Installation

npm i array-operations-imry

Functions

  • showArray - displays all the numbers in the array
  • sumOfArray - Returns the sum of all the numbers in the array
  • averageOfArray - Returns the average of all the numbers in the array
  • maxNumInArray - Returns the biggest number in the array
  • minNumInArray - Returns the smallest number in the array