Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Milkyroad/SCiPNET
/ isNumber
Function
isNumber
public/src/js/script.js:917–919 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
915
}
916
//check is the string a number
917
function
isNumber(n) {
918
return
/^-?[\d.]+(?:e-?\d+)?$/.test(n);
919
}
920
921
//switching tabs
922
var
refreshHide;
Callers
1
reply
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected