Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jstat/jstat
/ isNumber
Function
isNumber
src/core.js:27–29 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
25
26
27
function
isNumber(num) {
28
return
(typeof num ===
'number'
) ? num - num === 0 : false;
29
}
30
31
32
// Converts the jStat matrix to vector.
Callers
3
test.js
File · 0.85
core.js
File · 0.85
slice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected