MCPcopy Create free account
hub / github.com/devin87/Q.js / isNum

Function isNum

Q.js:123–135  ·  view source on GitHub ↗

* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值 * @param {number|undefined} max_decimal_len 最大小数位数

(n, min, max, max_decimal_len)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

isIntFunction · 0.70
checkNumFunction · 0.70
animateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected