Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
518
export
function
map (array, callback) {
519
return
Array.prototype.map.call(array, callback)
520
}
521
522
/**
523
* A safe forEach
Callers
15
map.js
File · 0.90
subset.js
File · 0.90
forEach.js
File · 0.90
flatten.js
File · 0.90
_compile
Method · 0.90
_compile
Method · 0.90
_compile
Method · 0.90
_compile
Method · 0.90
matrices.js
File · 0.90
exactSol
Function · 0.85
_mad
Function · 0.85
_std
Function · 0.85
Calls
no outgoing calls
Tested by
1
exactSol
Function · 0.68