Skip to content

Commit

Permalink
[FIX] accessor.js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jun 11, 2015
1 parent 8fdc65f commit 1efcb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/accessor.js
Expand Up @@ -8,9 +8,9 @@ var ascending = require( './ascending.js' );

/**
* FUNCTION: midmean( arr, clbk[, sorted] )
* Computes the interquartile mean (midmean) of a numeric array.
* Computes the interquartile mean (midmean) of an array using an accessor.
*
* @param {Number[]|Int8Array|Uint8Array|Uint8ClampedArray|Int16Array|Uint16Array|Int32Array|Uint32Array|Float32Array|Float64Array} arr - input array
* @param {Array} arr - input array
* @param {Function} clbk - accessor function for accessing array values
* @param {Boolean} [sorted=false] - boolean flag indicating if the input array is sorted in ascending order
* @returns {Number|Null} midmean or null
Expand Down

0 comments on commit 1efcb02

Please sign in to comment.