MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / isNumber

Method isNumber

calc/calc.ts:188–190  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

186
187 return stack[0];
188 }
189
190 private static isNumber(token: string): boolean {
191 return /^-?\d+(\.\d+)?$/.test(token);
192 }
193

Callers 3

pushCurrentMethod · 0.95
infixToPostfixMethod · 0.95
evaluatePostfixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected