MCPcopy 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
917function isNumber(n) {
918 return /^-?[\d.]+(?:e-?\d+)?$/.test(n);
919}
920
921//switching tabs
922var refreshHide;

Callers 1

replyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected