Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
@stdlib/assert-is-nonnegative-integer
Test if a value is a number having a nonnegative integer value.
validate.io-nonnegative-integer
Validates if a value is a nonnegative integer.
validate.io-nonnegative-integer-array
Validates if a value is a nonnegative integer array.
@stdlib/assert-is-nonnegative-number
Test if a value is a number having a nonnegative value.
@stdlib/assert-is-nonnegative-integer-array
Test if a value is an array-like object containing only nonnegative integers.
validate.io-nonnegative
Validates if a value is a nonnegative number.
@stdlib/math-base-special-ramp
Evaluate the ramp function.
@stdlib/math-base-special-rampf
Evaluate the ramp function (single-precision).
@stdlib/number-uint8-base-to-binary-string
Return a string giving the literal bit representation of an unsigned 8-bit integer.
@stdlib/assert-is-nonpositive-integer
Test if a value is a number having a nonpositive integer value.
@stdlib/number-uint16-base-to-binary-string
Return a string giving the literal bit representation of an unsigned 16-bit integer.
@stdlib/math-iter-special-ramp
Create an iterator which evaluates the ramp function for each iterated value.
@stdlib/number-uint32-base-to-binary-string
Return a string giving the literal bit representation of an unsigned 32-bit integer.
@stdlib/math-iter-sequences-nonnegative-even-integers
Create an iterator which generates a sequence of nonnegative even integers.
validate.io
Validation utilities.
@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-ramp
Evaluate the ramp function for each element in a strided array.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.