@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
Updated by @stdlib-bot
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
Updated by @stdlib-bot
is-fin-num
Widely supported version of Number.isFinite. Checks whether a value is a finite number.
Updated by @nikolaa
is-non-nan-num
Widely supported version of Number.isNaN. Checks whether a value is a number and that it's not NaN.
Updated by @nikolaa
@stdlib/assert-is-nan-array
Test if a value is an array-like object containing only NaN values.
Updated by @stdlib-bot
advance-javascript
a collection of javascript prototype extensions that make your javascript coding very easy and hanndy.
Updated by @developergovindgupta
is-string-a-number
This is a JavaScript utility. It returns `true` if the value is a string number written in fixed notation and in decimal base.
Updated by @ynote_hk
is-plain-number
This is a JavaScript utility. It returns `true` if the value is a number or plain number string (not in scientific exponential notation or hexadecimal notation for instance).
Updated by @ynote_hk