Search results
100 packages found
Common token types for decoding and encoding numeric and string values
Uint32Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- uint32array
- uint32
- uint32_t
- integer
- int
- View more
Uint8Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- uint8array
- uint8
- uint8_t
- integer
- int
- View more
Test if a value is a Uint8Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint8array
- uint8
- unsigned
- integer
- int
- uint
- View more
Uint16Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- uint16array
- uint16
- uint16_t
- integer
- int
- View more
Test if a value is a Uint32Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint32array
- uint32
- unsigned
- integer
- int
- uint
- View more
Maximum unsigned 32-bit integer.
Maximum unsigned 8-bit integer.
Maximum unsigned 16-bit integer.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
- stdlib
- stdtypes
- base
- utilities
- utility
- utils
- util
- types
- type
- convert
- floating-point
- float32
- single
- float
- View more
Test if a value is a Uint16Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint16array
- uint16
- unsigned
- integer
- int
- uint
- View more
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Uint8ClampedArray.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- uint8clampedarray
- uint8clamped
- clamped
- uint8
- uint8_t
- View more
Test if a value is a Uint8ClampedArray.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint8array
- uint8
- clamped
- unsigned
- integer
- int
- View more
Perform C-like multiplication of two unsigned 32-bit integers.
- stdlib
- stdmath
- mathematics
- math
- math.imul
- imul
- umul
- multiplication
- multiply
- mult
- integer
- unsigned
- uint
- uint32
- View more
Create a zero-filled array having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Create an uninitialized array having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
- stdlib
- stdtypes
- base
- utilities
- utility
- utils
- util
- types
- type
- convert
- floating-point
- float32
- single
- float
- View more
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Convert a double-precision floating-point number to an unsigned 32-bit integer.