MCPcopy
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
27function isNumber(num) {
28 return (typeof num === 'number') ? num - num === 0 : false;
29}
30
31
32// Converts the jStat matrix to vector.

Callers 3

test.jsFile · 0.85
core.jsFile · 0.85
sliceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected