npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

math-average

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:77
$ npm install math-average
DailyWeeklyMonthlyYearly

math-average

Get the average of numbers

Install

npm install math-average

Usage

import mathAverage from 'math-average';

mathAverage(1, 3);
//=> 2

mathAverage([1, 3]);
//=> 2

Related

  • math-sum - Sum numbers
  • math-clamp - Clamp a number