math-sort

1.0.0 • Public • Published

math-sort

Sort an array of numbers, in ascending order

Build Status

js-semistandard-style

Install

$ npm install --save math-sort

Usage

var mathSort = require('math-sort');
 
mathSort([100, 10, 20, 30, 1, 5])
//=> [1, 5, 10, 20, 30, 100]

API

mathSort(input)

input

Required
Type: Array of numbers

Input array of numbers

License

MIT © Siddharth Kannan

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i math-sort

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • icyflame