MCPcopy Index your code
hub / github.com/josdejong/mathjs / map

Function map

src/utils/array.js:518–520  ·  view source on GitHub ↗
(array, callback)

Source from the content-addressed store, hash-verified

516 * @param {function} callback
517 */
518export function map (array, callback) {
519 return Array.prototype.map.call(array, callback)
520}
521
522/**
523 * A safe forEach

Callers 15

map.jsFile · 0.90
subset.jsFile · 0.90
forEach.jsFile · 0.90
flatten.jsFile · 0.90
_compileMethod · 0.90
_compileMethod · 0.90
_compileMethod · 0.90
_compileMethod · 0.90
matrices.jsFile · 0.90
exactSolFunction · 0.85
_madFunction · 0.85
_stdFunction · 0.85

Calls

no outgoing calls

Tested by 1

exactSolFunction · 0.68